summaryrefslogtreecommitdiffstats
path: root/template.html
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-08-07 02:23:06 -0700
committeryum <yum.food.vr@gmail.com>2026-08-07 02:23:39 -0700
commit6c8a113c7416056ea8c404307f15e9f6c3db3b28 (patch)
tree770a677d5415aa5f7ab5079540648e7ca8e3917f /template.html
parent04c226c0b71feaf79d07d6cb5f0df001d72126e5 (diff)
water planHEADmaster
also add local mode to build script, and fix the template's title issue (would say index; now says the title).
Diffstat (limited to 'template.html')
-rwxr-xr-xtemplate.html38
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>