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

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrja Acharya <urja.acharya@huskers.unl.edu>2021-03-10 05:33:25 +0300
committerUrja Acharya <urja.acharya@huskers.unl.edu>2021-03-10 05:33:25 +0300
commitd2d3e88c0a24ddd10c9e7bd6f1f6b39fcd8ab6fb (patch)
tree0e9140199e55bcb8e1b9c2fbb2f486a003377b24 /layouts/partials/index/recentPost.html
parent417c076161186f8561247a527cc6c4644c1ac0d4 (diff)
Updates
Diffstat (limited to 'layouts/partials/index/recentPost.html')
-rw-r--r--layouts/partials/index/recentPost.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/layouts/partials/index/recentPost.html b/layouts/partials/index/recentPost.html
index 5ad744c..7517e0a 100644
--- a/layouts/partials/index/recentPost.html
+++ b/layouts/partials/index/recentPost.html
@@ -1,9 +1,7 @@
-
-<h4 style="margin:0 0 1em 0;">Recent Posts</h4>
- {{ range ((where .Site.Pages "Kind" "page").ByDate.Reverse) | first 6 }}
- {{ partial "listPage" . }}
- {{ end }}
- <div class="card-links">
- <a href="{{ `archive` | relURL }}">All Posts</a>
- </div>
-
+<h4 style="margin: 0 0 1em 0">Recent Posts</h4>
+{{ range ((where .Site.Pages "Kind" "page").ByDate.Reverse) | first 6 }}
+{{ partial "listPage" . }}
+{{ end }}
+<div style="margin-top: 1.5em;">
+<a class="card-links" href="{{ `archive` | relURL }}">All Posts</a>
+</div> \ No newline at end of file