Templating
This commit is contained in:
15
views/partials/changelog.html
Normal file
15
views/partials/changelog.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{define "changelog"}}
|
||||
<div class="changelog-wrapper">
|
||||
<div class="changelog-section">
|
||||
<h2>📝 Changelog</h2>
|
||||
|
||||
<div class="changelog-entry">
|
||||
<div class="version">v1.0.0</div>
|
||||
<div class="date">2024-12-01</div>
|
||||
<ul>
|
||||
<li>Initial release</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user