my website at https://anirudh.fi
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

templates/text: check if .Meta.draft equals "true"

+1 -2
-1
pages/blog/identity.md
··· 4 4 title: atproto and ownership of identity 5 5 subtitle: The new age of social-enabled apps 6 6 date: 2025-01-18 7 - draft: false 8 7 --- 9 8 10 9 [atproto](https://atproto.com) is very exciting to me as it's the
+1 -1
templates/text.html
··· 20 20 </section> 21 21 22 22 23 - {{ if .Meta.draft }} 23 + {{ if eq .Meta.draft "true" }} 24 24 <h1 class="title">{{ index .Meta "title" }} <span class="draft">[draft]</span></h1> 25 25 {{ else }} 26 26 <h1 class="title">{{ index .Meta "title" }}</h1>