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

feat: add indiko metadata endpoint

dunkirk.sh 77df3f40 c8f0b869

verified
+4 -2
+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 - <script src="{{ get_url(path='js/relative-time.js?' ~ relativeTimeJsHash, trailing_slash=false) | safe }}" defer></script> 89 + <script src="{{ get_url(path='js/relative-time.js?' ~ relativeTimeJsHash, trailing_slash=false) | safe }}" 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 + <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 - </div> 148 + </div>