fix: move tags to bottom of post
This commit is contained in:
parent
4ccf226f91
commit
470638b4bc
@ -8,6 +8,12 @@
|
|||||||
<div class="post-header">
|
<div class="post-header">
|
||||||
<h1 class="title">{{ .Title }}</h1>
|
<h1 class="title">{{ .Title }}</h1>
|
||||||
<div class="meta">Posted at — {{ dateFormat "Jan 2, 2006" .Date }}</div>
|
<div class="meta">Posted at — {{ dateFormat "Jan 2, 2006" .Date }}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="markdown">
|
||||||
|
{{ .Content }}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="post-tags">
|
<div class="post-tags">
|
||||||
<small>
|
<small>
|
||||||
{{ if ne .Type "page" }}
|
{{ if ne .Type "page" }}
|
||||||
@ -19,11 +25,6 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="markdown">
|
|
||||||
{{ .Content }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{- $.Scratch.Set "isDisqus" true -}}
|
{{- $.Scratch.Set "isDisqus" true -}}
|
||||||
|
|
||||||
|
@ -279,11 +279,7 @@ ul {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post .post-header .post-tags {
|
.post-tags a {
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post .post-header .post-tags a {
|
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user