aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/_index.org2
-rw-r--r--layouts/page/index.html7
2 files changed, 5 insertions, 4 deletions
diff --git a/content/_index.org b/content/_index.org
index c08e221..2d2b8c9 100644
--- a/content/_index.org
+++ b/content/_index.org
@@ -9,8 +9,6 @@ The system can consist of as much or as little as its user can intend to.
Join us over the IRC channel [[ircs://irc.libera.chat/#carbslinux][#carbslinux]] on [[https://libera.chat][libera.chat]], visit [[https://reddit.com/r/carbslinux][r/carbslinux]] on
Reddit, or sign up to our [[file:mailing-lists.org][mailing lists]].
---------------------------------------------------------------------------------
-
* Package Manager
:PROPERTIES:
:CUSTOM_ID: package-manager
diff --git a/layouts/page/index.html b/layouts/page/index.html
index 92fdf72..f71927f 100644
--- a/layouts/page/index.html
+++ b/layouts/page/index.html
@@ -1,15 +1,18 @@
{{define "main"}}
{{ .Content }}
-<h2>Latest Blog Posts</h2>
+<hr>
+<h3>Latest Blog Posts</h3>
<ul>
{{ range first 3 (where .Site.RegularPages.ByDate.Reverse "Section" "blog") }}
<li>{{.Date.Format "2006-02-01"}} | <a href="{{.Permalink}}">{{.Title}}</a></li>
{{ end }}
</ul>
-<h2>Latest Package Changes</h2>
+<hr>
+<h3>Latest Package Changes</h3>
<ul>
<script src="https://git.carbslinux.org/exports/repository.js"></script>
</ul>
+<hr>
<h2>News</h2>
<a href="{{"news/index.xml"|relURL}}">RSS Feed</a> |
<a href="{{"news"|relURL}}">See all news</a>