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:
authorRich <git0@bitservices.io>2018-02-10 03:58:20 +0300
committerPatrick Collins <thepatrickcollins@gmail.com>2018-02-10 03:58:20 +0300
commit1a8075a20772f092b908ea4bfc3769ff8865f5c8 (patch)
tree0a23a95db98b8de2d9975c1e119f6667e7f91f4a
parent45ef7145beea120e2b2af4c6a64b9af9b1a5ffb6 (diff)
Recent posts should be a class not ID (#105)
-rw-r--r--layouts/partials/navbar.html2
-rw-r--r--layouts/partials/sidebar.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index 1f1812c..0dca6f1 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -67,7 +67,7 @@
</section>
<!-- Posts List -->
- <section id="recent-posts">
+ <section class="recent-posts">
<div class="mini-posts">
<header>
<h3>Recent Posts</h3>
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 2207753..c0fd6d1 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -30,7 +30,7 @@
</section>
<!-- Posts List -->
- <section id="recent-posts">
+ <section class="recent-posts">
<div class="mini-posts">
<header>
<h3>Recent Posts</h3>