diff options
Diffstat (limited to 'www/layouts/home.html')
-rw-r--r-- | www/layouts/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/layouts/home.html b/www/layouts/home.html index 3cfc455..38f7604 100644 --- a/www/layouts/home.html +++ b/www/layouts/home.html @@ -45,7 +45,7 @@ </ul> </div> </section> - <hr> + <hr/> {{ with .GetPage "/posts" }} <section id="recent-posts"> <h2>Recent Posts <a class="mono-link" href="{{ .RelPermalink }}">(all)</a></h2> @@ -55,7 +55,7 @@ }} </section> {{ end }} - <hr> + <hr/> <section> <h2 id="friends">My Friends <small>(more links are being collected ...)</small></h2> <div id="friends-container"> |