fix headings, buttons and make it adaptable for updated terminal.css

This commit is contained in:
panr 2024-08-29 12:35:46 +02:00
parent ff186322b8
commit d2397d672d
5 changed files with 147 additions and 39 deletions

View file

@ -16,9 +16,9 @@
{{ range $paginator.Pages }}
<article class="post on-list">
<h1 class="post-title">
<h2 class="post-title">
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
</h1>
</h2>
<div class="post-meta">
{{- if .Date -}}