Update index.html
This commit is contained in:
parent
bf33bb7e20
commit
0f4ffc7749
@ -41,7 +41,7 @@
|
|||||||
<img src="{{ .Params.Cover | absURL }}" class="post-cover" alt="{{ .Title | plainify | default " " }}" />
|
<img src="{{ .Params.Cover | absURL }}" class="post-cover" alt="{{ .Title | plainify | default " " }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div class="post-content">
|
<!-- <div class="post-content">
|
||||||
{{ if .Params.showFullContent }}
|
{{ if .Params.showFullContent }}
|
||||||
{{ .Content | markdownify }}
|
{{ .Content | markdownify }}
|
||||||
{{ else if .Description }}
|
{{ else if .Description }}
|
||||||
@ -58,7 +58,7 @@
|
|||||||
<a class="read-more button"
|
<a class="read-more button"
|
||||||
href="{{.RelPermalink}}">{{ $.Site.Params.ReadMore }} →</a>
|
href="{{.RelPermalink}}">{{ $.Site.Params.ReadMore }} →</a>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}-->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user