Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/post/content-list.html')
-rw-r--r--layouts/post/content-list.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/layouts/post/content-list.html b/layouts/post/content-list.html
index 32c4bcf..b051f4a 100644
--- a/layouts/post/content-list.html
+++ b/layouts/post/content-list.html
@@ -1,12 +1,12 @@
<article class="post">
- {{ .Render "header" }}
- {{ .Render "featured" }}
- <p>{{ printf "%s" .Summary | markdownify }}</p>
+ {{ .Render "header" }}
+ {{ .Render "featured" }}
+ <p>{{ printf "%s" .Summary | markdownify }}</p>
- <footer>
- <ul class="actions">
- <li><a href="{{ .Permalink }}" class="button big">Continue Reading</a></li>
- </ul>
- {{ .Render "footer-category" }}
- </footer>
+ <footer>
+ <ul class="actions">
+ <li><a href="{{ .Permalink }}" class="button big">Continue Reading</a></li>
+ </ul>
+ {{ .Render "footer-category" }}
+ </footer>
</article>