Skip to content

Commit ab7ebe8

Browse files
committed
add note for hidden external post URLs
1 parent 7f9a883 commit ab7ebe8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/templates/post.html

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
{% endfor %}
2020
{%- endif -%}
2121

22+
{%- if post.meta.external_url -%}
23+
<p>Note: This is an external post that first appeared on <a href="{{ post.meta.external_url }}">{{ post.meta.external_url }}</a>.</p>
24+
<hr>
25+
{%- endif -%}
26+
2227
<article>
2328
{{ post.content }}
2429
</article>

0 commit comments

Comments
 (0)