diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-04-06 09:52:17 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-04-06 09:52:17 +0300 |
| commit | 16875af62740fbc217491042dd34bae890c7b3cc (patch) | |
| tree | 78f3a1fd99546e0a20667d45bc24ccc8e58be010 /template.html | |
| parent | 72ab6099d2f841d59ed942da61331b83961c1b5c (diff) | |
Improvements, add unfold.js
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/template.html b/template.html index b7fa436..5ab8123 100644 --- a/template.html +++ b/template.html @@ -59,7 +59,8 @@ $if(mathjax)$ <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> $endif$ $math$ -$endif$ + $endif$ + <link rel="authorization_endpoint" href="https://indieauth.com/auth"> </head> <body> <div class="header-row"> @@ -82,7 +83,10 @@ $endif$ <h1>$title$ $if(date)$<small>($date$)</small>$endif$ $if(kind)$<small>[$kind$]</small>$endif$</h1> $endif$ $endif$ + +<main> $body$ +</main> <script> const b = document.createElement("button"); @@ -141,10 +145,15 @@ $endif$ <a class="u-url" href="https://github.com/jantuomi" rel="me">GitHub</a> <p class="p-note">Digital gardener, senior software engineer by trade.</p> <img class="u-photo" src="https://jan.systems/files/Jan_Tuomi_headshot.jpg" loading="lazy"> - <p class="p-name"Jan Tuomi</p> + <p class="p-name">Jan Tuomi</p> <p class="p-nickname">@jantuomi</p> <p class="p-country-name">Finland</p> </div> +<script src="/static/unfold.js"></script> +<script> + Unfold.bind("#unfold"); +</script> + </body> </html> |
