Skip to content

Commit

Permalink
add syndication list
Browse files Browse the repository at this point in the history
  • Loading branch information
lchski committed Nov 20, 2022
1 parent 8ff705d commit 35e5be7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _layouts/study--note.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,13 @@
{% endif %}
</p>

{% if page.syndication %}
<p class="meta">Also at:</p>
<ul class="meta mt0">
{% for syndicated_copy in page.syndication %}
<li><a href="{{ syndicated_copy }}">{{ syndicated_copy }}</a></li>
{% endfor %}
</ul>
{% endif %}

</article>

0 comments on commit 35e5be7

Please sign in to comment.