the home site for me: also iteration 3 or 4 of my site
4
fork

Configure Feed

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

feat: use tangled links

+2 -2
+2 -2
templates/footer.html
··· 3 3 <p style="margin-bottom: 0.5rem"> 4 4 &copy; {{ now() | date(format="%Y") }} Kieran Klukas || 5 5 <code id="visits">0</code> page visits || {% set hash = 6 - get_env(name="CF_PAGES_COMMIT_SHA", default=load_data(path=".git/refs/heads/main", required=false))%}{% if hash is not string %}{% set hash = "unknown" %}{% endif %}<a href=https://github.com/taciturnaxolotl/zera/tree/{{ hash }}>zera@{{ hash | 6 + get_env(name="CF_PAGES_COMMIT_SHA", default=load_data(path=".git/refs/heads/main", required=false))%}{% if hash is not string %}{% set hash = "unknown" %}{% endif %}<a href=https://tangled.sh/@dunkirk.sh/zera/commit/{{ hash }}>zera@{{ hash | 7 7 truncate(length=7, end="")}}</a> 8 8 </p> 9 9 <p style="margin-bottom: 0.5rem"> ··· 30 30 <a 31 31 target="_blank" 32 32 rel="noopener noreferrer" 33 - href="https://github.com/kcoderhtml/zera/blob/master/LICENSE.md" 33 + href="https://tangled.sh/@dunkirk.sh/zera/blob/main/LICENSE.md" 34 34 >AGPL 3.0</a 35 35 > 36 36 </p>