Skip to content

Commit c4342bb

Browse files
committed
add nowhr to page header template
1 parent 0946118 commit c4342bb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

templates/page.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ <h1>{{ page.title }}</h1>
1818
<p><a href="{{ page.extra.nostr }}" target="_blank">View on Nostr</a></p>
1919
{% endif -%}
2020

21+
{%- if page.extra.nowhr %}
22+
<p><a href="{{ page.extra.nowhr }}" target="_blank">View on Nowhr</a></p>
23+
{% endif -%}
24+
2125
{%- if page.extra.add_to_calendar and page.extra.start and page.extra.end %}
2226
<p><em>Event Time: {{ page.extra.start | date(format="%B %d, %Y at %I:%M %p %Z", timezone="America/New_York") }}</em></p>
2327
{% endif -%}

0 commit comments

Comments
 (0)