mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-04-16 05:38:33 +02:00
Add: changelog
This commit is contained in:
@@ -1 +1 @@
|
||||
<p class="footer__copyright-notice">© 2026 <a href="https://freedoms4.org">freedoms4.org</a></p>
|
||||
<p class="footer__copyright-notice">© <a href="https://freedoms4.org">freedoms4.org</a> <a href="/changelog/">Changelog</a></p>
|
||||
|
||||
6
layouts/changelog/list.html
Normal file
6
layouts/changelog/list.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
|
||||
{{ end }}
|
||||
6
layouts/changelog/single.html
Normal file
6
layouts/changelog/single.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user