styling for post archive page
This commit is contained in:
parent
7ba148cb16
commit
75d4998664
@ -1,6 +1,7 @@
|
||||
<li>
|
||||
<time>{{ with .Site.Params.dateFormat }}{{ $.Date.Format . }}{{ else }}{{ .Date.Format "02 Jan 2006, 15:04" }}{{ end
|
||||
}}
|
||||
</time>
|
||||
- <a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
<li style="list-style-type: circle;">
|
||||
<time style="font-family: 'Courier'; font-weight: bold">{{.Date.Format "02 Jan 2006"}}</time>
|
||||
- {{ if isset .Params "image" }}
|
||||
<img src="{{.Params.image}}" width="30px" height="30px" style="vertical-align: middle; padding: 1px"/>
|
||||
{{end}}
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
</li>
|
||||
|
@ -2,5 +2,6 @@
|
||||
<div id="commento_thread"></div>
|
||||
<script defer src="https://cdn.commento.io/js/commento.js"></script>
|
||||
<div id="commento"></div>
|
||||
<noscript>This site uses privacy-respecting comments integration provided by <a href="https://commento.io/">Commento</a>. Please enable Javascript to see comments.</noscript>
|
||||
<noscript>This site uses privacy-respecting comments integration provided by <a href="https://commento.io/">Commento</a>.
|
||||
Please enable Javascript to see comments.</noscript>
|
||||
{{ end }}
|
Loading…
Reference in New Issue
Block a user