change post
This commit is contained in:
parent
c24994c009
commit
2f7f6ed0fc
2 changed files with 13 additions and 21 deletions
|
@ -1,16 +1,10 @@
|
||||||
<div class="post">
|
<div class="post">
|
||||||
{{if .Params.image}}
|
|
||||||
<a href="{{.Permalink}}">
|
|
||||||
<div class="post-image" style="background-image:url({{.Params.image}})">
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
{{end}}
|
|
||||||
<section>
|
|
||||||
<a href="{{.Permalink}}">
|
<a href="{{.Permalink}}">
|
||||||
<h2>{{.Title}}</h2>
|
<h2>{{.Title}}</h2>
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<p>{{.Params.description}}{{if .Date}}<br>Published: <strong>{{.Date | time.Format "Jan 02 2006"}}{{end}}</strong></p>
|
<p>{{.Params.description}}{{if .Date}}<br>Published: <strong>{{.Date | time.Format "Jan 02
|
||||||
|
2006"}}{{end}}</strong></p>
|
||||||
</div>
|
</div>
|
||||||
{{ if .GetTerms "tags" }}
|
{{ if .GetTerms "tags" }}
|
||||||
<div class="post-tags">
|
<div class="post-tags">
|
||||||
|
@ -21,5 +15,4 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
</section>
|
|
||||||
</div>
|
</div>
|
|
@ -242,7 +242,6 @@ article h1 {}
|
||||||
.posts {
|
.posts {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
|
|
Loading…
Reference in a new issue