da5b40d168
- First (pinned) post on mobile: title and image centered - Pagination: restored page counter on mobile, buttons above footer - Typography and layout minor improvements Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
282 B
HTML
Executable File
9 lines
282 B
HTML
Executable File
<!-- Copyright -->
|
|
<div id="copyright">
|
|
<ul>
|
|
<li>© {{ .Site.Title }}</li>
|
|
{{ with i18n "COPYRIGHT_MESSAGE_1" . }}<li>{{ . | markdownify }}</li>{{ end }}
|
|
{{ with i18n "COPYRIGHT_MESSAGE_2" . }}<li>{{ . | markdownify }}</li>{{ end }}
|
|
</ul>
|
|
</div>
|