diff options
author | Cem Keylan <cem@ckyln.com> | 2021-12-10 22:56:19 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-12-10 22:56:19 +0100 |
commit | 4dd664f372c1880c83cb8aaed476b109700f3b21 (patch) | |
tree | 65010c4c41775574faa16cf1ecf17407034552b7 | |
parent | 22eff1e2dffde0f6474be2986a44d4d0be6056e2 (diff) | |
download | website-4dd664f372c1880c83cb8aaed476b109700f3b21.tar.gz |
update
-rw-r--r-- | content/_index.org | 2 | ||||
-rw-r--r-- | layouts/page/index.html | 7 |
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> |