The main motivation for this is to improve compatibility with older
browsers.
}
p {
- margin: 8px 0;
+ margin: 12px 0;
}
ul {
main {
max-width: 1000px;
margin: 0 auto;
- display: flex;
- flex-direction: column;
- align-items: center;
text-align: justify;
}
h1 {
text-align: center;
}
-
-footer {
- display: flex;
- flex-direction: column;
- align-items: center;
-}
</main>
<br>
<footer>
+ <center>
<p>If you appreciate my work and would like to donate, you can donate XMR to this address or use the QR code below.</p>
<code>85qXBHh99bJ62p7s8upmoqYsvHrJvZWLTD7riHFo3E2jRvdQRoiNuXKRaDMAQiJ34Kfix3KHouNCW6bbD4zniWB5QxZR9Xx</code>
<p></p>
<!-- See comment above. -->
<a href="{{ $.Site.BaseURL }}posts/index.xml"><img src="{{ $image.RelPermalink }}" width="32px" height="32px" alt="Link to RSS feed"></a>
<p>This site is <a href="https://git.dujemihanovic.xyz/duje/dujemihanovic.xyz">free software</a>
+ </center>
</footer>
</body>
</html>
{{ define "main" }}
<h1>{{ .Title }}</h1>
- <i>{{ .WordCount }} words, estimated reading time: {{ .ReadingTime }} minute(s)</i>
- <i>Originally published on {{ .PublishDate.Format "January 2, 2006" }}</i>
- <i>Last modified on {{ .Lastmod.Format "January 2, 2006" }}</i>
+ <p><i>{{ .WordCount }} words, estimated reading time: {{ .ReadingTime }}
+ minute(s)</i></p>
+ <p><i>Originally published on {{ .PublishDate.Format "January 2, 2006"
+ }}</i></p>
+ <p><i>Last modified on {{ .Lastmod.Format "January 2, 2006" }}</i></p>
<p></p>
{{ .Content }}
{{ end }}