tangled
alpha
login
or
join now
dunkirk.sh
/
zera
5
fork
atom
the home site for me: also iteration 3 or 4 of my site
5
fork
atom
overview
issues
pulls
pipelines
feat: add indiko metadata endpoint
dunkirk.sh
2 months ago
77df3f40
c8f0b869
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+4
-2
1 changed file
expand all
collapse all
unified
split
templates
head.html
+4
-2
templates/head.html
···
86
86
87
87
{% set relativeTimeJsHash = get_hash(path="js/relative-time.js", sha_type=256,
88
88
base64=true) %}
89
89
-
<script src="{{ get_url(path='js/relative-time.js?' ~ relativeTimeJsHash, trailing_slash=false) | safe }}" defer></script>
89
89
+
<script src="{{ get_url(path='js/relative-time.js?' ~ relativeTimeJsHash, trailing_slash=false) | safe }}"
90
90
+
defer></script>
90
91
91
92
<script type="speculationrules">
92
93
{
···
121
122
<link rel="me" href="https://serif.blue" />
122
123
<meta name="fediverse:creator" content="@taciturnaxoltol@social.dino.icu" />
123
124
125
125
+
<link rel="indieauth-metadata" href="https://indiko.dunkirk.sh/.well-known/oauth-authorization-server" />
124
126
<link rel="authorization_endpoint" href="https://indiko.dunkirk.sh/auth/authorize" />
125
127
<link rel="token_endpoint" href="https://indiko.dunkirk.sh/auth/token" />
126
128
<link rel="me" href="https://indiko.dunkirk.sh/u/tacy" />
···
143
145
</div>
144
146
<img class="u-photo" src="/pfps/fall.jpg"
145
147
alt="kieran wearing a robotics sweatshirt and standing in front of a tree with fall leaves" />
146
146
-
</div>
148
148
+
</div>