diff options
Diffstat (limited to 'template.html')
| -rwxr-xr-x | template.html | 38 |
1 files changed, 7 insertions, 31 deletions
diff --git a/template.html b/template.html index a0cfc1a..7567942 100755 --- a/template.html +++ b/template.html @@ -104,6 +104,13 @@ $endif$ color: var(--foreground-color); border-left: 4px solid var(--current-line-color); } + /* numbered citations rendered from Markdown footnotes */ + .footnote-ref sup { + font-size: inherit; + vertical-align: baseline; + } + .footnote-ref sup::before { content: "["; } + .footnote-ref sup::after { content: "]"; } ::selection { background-color: var(--selection-color); } @@ -160,26 +167,6 @@ $endif$ $for(include-before)$ $include-before$ $endfor$ -$if(title)$ - <header id="title-block-header"> - <h1 class="title">$title$</h1> - $if(subtitle)$ - <p class="subtitle">$subtitle$</p> - $endif$ - $for(author)$ - <p class="author">$author$</p> - $endfor$ - $if(date)$ - <p class="date">$date$</p> - $endif$ - $if(abstract)$ - <div class="abstract"> - <div class="abstract-title">$abstract-title$</div> - $abstract$ - </div> - $endif$ - </header> -$endif$ $if(top)$ $body$ <p><a href="/">back to main page</a></p> @@ -202,17 +189,6 @@ $else$ be able to quickly assess quality regardless of how the code is made. </p> <p> - core beliefs: - <ol> - <li>information should be free;</li> - <li>human-caused climate change is real, significant, and solvable;</li> - <li>passive acceptance of cruelty is complicity;</li> - <li>trans rights are human rights;</li> - <li>the web is a vast sea made of individuals with feelings;</li> - <li>your actions matter.</li> - </ol> - </p> - <p> links: <ul> <li><a href="https://git.yummers.dev">git server</a></li> |
