mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-20 22:01:18 -04:00
cleaned up HTML output
This commit is contained in:
@@ -7,21 +7,12 @@
|
|||||||
<div class="meta">
|
<div class="meta">
|
||||||
{{ .Date.Format "January 2, 2006" }} · {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} · {{ .ReadingTime }} minute read
|
{{ .Date.Format "January 2, 2006" }} · {{ if lt 1 .WordCount }}{{ .WordCount }} words{{ else }}{{ .WordCount }} word{{ end }} · {{ .ReadingTime }} minute read
|
||||||
<div class="tags">
|
<div class="tags">
|
||||||
{{ with .Params.tags }}
|
{{ with .Params.tags }}{{ if ge (len .) 1 }}
|
||||||
{{ if ge (len .) 1 }}
|
|
||||||
{{ range . }}<span class="tag"><!--<a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}">-->{{ . }}<!--</a>--></span> {{ end }}
|
{{ range . }}<span class="tag"><!--<a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}">-->{{ . }}<!--</a>--></span> {{ end }}
|
||||||
{{ end }}
|
{{ end }}{{ end }}
|
||||||
{{ end }}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ if .Site.Params.enableToc }}
|
|
||||||
{{ if .TableOfContents }}
|
|
||||||
<div id="toc">
|
|
||||||
{{ .TableOfContents }}
|
|
||||||
</div>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user