We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0946118 commit c4342bbCopy full SHA for c4342bb
1 file changed
templates/page.html
@@ -18,6 +18,10 @@ <h1>{{ page.title }}</h1>
18
<p><a href="{{ page.extra.nostr }}" target="_blank">View on Nostr</a></p>
19
{% endif -%}
20
21
+{%- if page.extra.nowhr %}
22
+<p><a href="{{ page.extra.nowhr }}" target="_blank">View on Nowhr</a></p>
23
+{% endif -%}
24
+
25
{%- if page.extra.add_to_calendar and page.extra.start and page.extra.end %}
26
<p><em>Event Time: {{ page.extra.start | date(format="%B %d, %Y at %I:%M %p %Z", timezone="America/New_York") }}</em></p>
27
0 commit comments