This commit is contained in:
2021-08-21 02:29:00 +01:00
parent 65e36de48c
commit 7e85e2a1fa
5 changed files with 21 additions and 13 deletions

View File

@@ -9,18 +9,19 @@
</head>
<body>
<div id="header">
<p style="font-size: 0.7em"> tags:
$for(tags)$
<a href="/.tags/$tags$.html">$tags$</a>$sep$,
$endfor$
</p>
$body$
<details>
<summary>
<p class="smallText" id="footer"> written by $author$, generated by <a href="https://git.alv.cx/alvierahman90/notes2web">notes2web</a></p>
<details id="commitLog">
<summary class="smallText">
Commit log (file history)
</summary>
<pre>$filehistory$</pre>
</details>
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
<div>
$body$
</body>

View File

@@ -1,9 +1,2 @@
</pre>
<details>
<summary>
Commit log (file history)
</summary>
<pre>$filehistory$</pre>
</details>
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
</body>

View File

@@ -7,6 +7,15 @@
</head>
<body>
<div id="header">
<p class="smallText" id="footer"> page generated by <a href="https://git.alv.cx/alvierahman90/notes2web">notes2web</a></p>
<details>
<summary class="smallText">
Commit log (file history)
</summary>
<pre>$filehistory$</pre>
</details>
</div>
<h1>$title$</h1>
<p> This file was not rendered by notes2web because it is a plaintext file, not a markdown
file.