add crude implementation of permalinking

This commit is contained in:
2022-03-02 02:19:04 +00:00
parent 334cf824c7
commit dbe652f531
6 changed files with 78 additions and 4 deletions

View File

@@ -12,6 +12,9 @@
<div id="contentWrapper">
<div id="sidebar">
<div id="header">
<p class="smallText">
<a href="/permalink/$uuid$">permalink</a>
</p>
<p class="smallText"> tags: [
$for(tags)$
<a href="/.tags/$tags$.html">$tags$</a>$sep$,

View File

@@ -0,0 +1,5 @@
author: {{ author }}
date: {{ date }}
title: {{ title }}
tags: {{ tags }}
uuid: {{ uuid }}