Skip to content

Commit 816faaf

Browse files
committed
add RSS button
1 parent c7d6b12 commit 816faaf

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

content/about/about.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: aboutpage
3-
title: About
3+
title: About Cereus Linux
44
authors:
55
- KF_Art7
66
- ItsZariep
@@ -15,6 +15,6 @@ This project started as a hobby, driven by our needs and differences with Void L
1515

1616
---
1717

18-
This blog uses [Hugo](https://gohugo.io), a static-site generator, with [Tessera](https://codeberg.org/ItsZariep/Tessera) theme, created by ItsZariep
18+
This Page uses [Hugo](https://gohugo.io), a static-site generator, with [Tessera](https://codeberg.org/ItsZariep/Tessera) theme, created by ItsZariep
1919

2020
You can see the page source code and the custom theme changes on [Cereus pages source code](https://github.com/CereusLinuxProject/CereusLinuxProject.github.io).

content/extras/updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Cereus Mirrors
2+
title: Cereus Lastest Updates
33
layout: aboutpage
44
url: "/updates/"
55
authors:

layouts/_shortcodes/updates.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<section class="header-upt">
55
<div class="weltext">
66
<p id="str-extrasubtitle">This page contains last 15 commits in Cereus Linux codeberg organization</p>
7+
<section class="post-card">
8+
<a href="https://codeberg.org/cereus-linux.rss"><h1>Suscribe to Codeberg feed (RSS)</h1></a>
9+
</section>
710
<h1>Recent Commits</h1>
811
</div>
912
</section>

layouts/partials/toppane.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<li><a href="{{ "/" | relURL }}">Home</a></li>
2424
<li><a href="{{ "/wiki" | relURL }}">Wiki</a></li>
2525
<li><a href="{{ "/blog" | relURL }}">Blog</a></li>
26-
<li><a href="{{ "/about/about" | relURL }}">About</a></li>
2726

2827
<li class="tp-dropdown">
2928
<input type="checkbox" id="extras-toggle" class="dropdown-checkbox">
@@ -37,9 +36,8 @@
3736
</li>
3837
</ul>
3938
</li>
40-
41-
4239
<li><a href="{{ "/updates" | relURL }}">Updates</a></li>
40+
<li><a href="{{ "/about/about" | relURL }}">About</a></li>
4341

4442
</ul>
4543
</div>

layouts/partials/youtube.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)