diff options
author | Cem Keylan <cem@ckyln.com> | 2021-12-10 22:29:17 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-12-10 22:29:17 +0100 |
commit | 22eff1e2dffde0f6474be2986a44d4d0be6056e2 (patch) | |
tree | 5fc4491853dd92250a3923a19d8aedc3b0d88064 /layouts | |
parent | 91350c1b2b47dc6119e65b0a39a8b0cd354231e0 (diff) | |
download | website-22eff1e2dffde0f6474be2986a44d4d0be6056e2.tar.gz |
happy birthday
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/page/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/page/index.html b/layouts/page/index.html index a8d5d04..92fdf72 100644 --- a/layouts/page/index.html +++ b/layouts/page/index.html @@ -6,6 +6,10 @@ <li>{{.Date.Format "2006-02-01"}} | <a href="{{.Permalink}}">{{.Title}}</a></li> {{ end }} </ul> +<h2>Latest Package Changes</h2> +<ul> + <script src="https://git.carbslinux.org/exports/repository.js"></script> +</ul> <h2>News</h2> <a href="{{"news/index.xml"|relURL}}">RSS Feed</a> | <a href="{{"news"|relURL}}">See all news</a> |