1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-27 22:12:10 +00:00

Formatting

This commit is contained in:
rohan kumar 2020-11-25 00:43:39 -08:00
parent b9abb9090c
commit 0d11909002
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
5 changed files with 31 additions and 30 deletions

View file

@ -19,6 +19,7 @@
<p> <p>
<a href="mailto:~seirdy/seirdy.one@lists.sr.ht">Send an email</a> to leave a comment in the <a href="https://lists.sr.ht/~seirdy/seirdy.one-comments">mailing list</a> for seirdy.one <a href="mailto:~seirdy/seirdy.one@lists.sr.ht">Send an email</a> to leave a comment in the <a href="https://lists.sr.ht/~seirdy/seirdy.one-comments">mailing list</a> for seirdy.one
</p> </p>
</section>
<hr> <hr>
{{ end }} {{ end }}

View file

@ -1,6 +1,6 @@
<h3>Posts</h3> <h3>Posts</h3>
<ul id="posts"> <ul id="posts">
{{- range where site.RegularPages "Type" "in" site.Params.mainSections }} {{- range where site.RegularPages "Type" "in" site.Params.mainSections }}
<li> <li>
<time>{{ .Date.Format "Jan 2, 2006" }}</time> <time>{{ .Date.Format "Jan 2, 2006" }}</time>
<br> <br>
@ -8,5 +8,5 @@
{{ .Title }} {{ .Title }}
</a> </a>
</li> </li>
{{- end }} {{- end }}
</ul> </ul>