aboutsummaryrefslogtreecommitdiff
path: root/v2/src/lib/postamble.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-04 14:21:07 -0300
committerEuAndreh <eu@euandre.org>2023-04-04 14:21:07 -0300
commitf28aae306abf524dbdbbec7e4cedcd2222ba80e1 (patch)
treea5aa35902c4ee4c0f39dcba7053699c748806fa2 /v2/src/lib/postamble.html
parentsrc/development/genhtml.sh: Move some TODOs (diff)
downloadeuandre.org-f28aae306abf524dbdbbec7e4cedcd2222ba80e1.tar.gz
euandre.org-f28aae306abf524dbdbbec7e4cedcd2222ba80e1.tar.xz
v2: WIP genhtml via envsubst
Diffstat (limited to '')
-rw-r--r--v2/src/lib/postamble.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/v2/src/lib/postamble.html b/v2/src/lib/postamble.html
new file mode 100644
index 0000000..ada5524
--- /dev/null
+++ b/v2/src/lib/postamble.html
@@ -0,0 +1,36 @@
+<p>
+ <a href="@mailto_uri@">Comment</a>
+ and see
+ <a href="@discussions_url@">existing discussions</a>
+ |
+ <a href="@sourcecode_url@">view source</a>
+</p>
+
+
+ <p class="post-footer">
+ <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20$URI_TITLE">Comment</a>
+ and see
+ <a href="https://lists.sr.ht/~euandreh/public-inbox?search=$URI_TITLE">existing discussions</a>
+ |
+ <a href="https://euandre.org/git/euandre.org/tree/$FILENAME">view source</a>
+ </p>
+ </article>
+ </main>
+ <footer>
+ <hr />
+ <ul>
+ <li>
+ <img class="svg-icon" src="$(url-for 'static/envelope.svg')" alt="a envelope icon representing an email address" />
+ <a href="mailto:$email">$email</a>
+ </li>
+ <li>
+ <img class="svg-icon" src="$(url-for 'static/lock.svg')" alt="a lock icon representing a GPG public key" />
+ <a href="$(url-for 'static/public.asc.txt')">81F90EC3CD356060</a>
+ </li>
+ </ul>
+ <p>
+ The content for this site is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. The <a href="https://euandre.org/git/euandre.org">code</a> is <a rel="license" href="https://euandre.org/git/euandre.org/tree/COPYING">AGPLv3 or later</a>. Patches welcome.
+ </p>
+ </footer>
+ </body>
+</html>