mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 22:41:25 -04:00
feat: add pager for article navigation in section
chore: minor updates - reorg language settings - add icons for cards and steps chore: update about page chore: add style to kbd
This commit is contained in:
@ -9,6 +9,8 @@
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
<div class="mt-16"></div>
|
||||
{{ partial "pager.html" . }}
|
||||
</main>
|
||||
</article>
|
||||
</div>
|
||||
|
@ -9,6 +9,8 @@
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
</div>
|
||||
<div class="mt-16"></div>
|
||||
{{ partial "pager.html" . }}
|
||||
</main>
|
||||
</article>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user