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:
Diffstat (limited to 'layouts/partials/index/recentPost.html')
-rw-r--r--layouts/partials/index/recentPost.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/index/recentPost.html b/layouts/partials/index/recentPost.html
index 7578c0f..5ad744c 100644
--- a/layouts/partials/index/recentPost.html
+++ b/layouts/partials/index/recentPost.html
@@ -1,9 +1,9 @@
-<h3>Recent Posts</h3>
-<div class="recent-posts home-page-card">
+
+<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="home-page-card-links">
+ <div class="card-links">
<a href="{{ `archive` | relURL }}">All Posts</a>
</div>
-</div>
+