mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Fix: rss feed
This commit is contained in:
@@ -37,12 +37,4 @@ share.freedoms4.org↗
|
|||||||
<li>Politics.</li>
|
<li>Politics.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Education as a concept/implementation/system is good.
|
<p>Education as a concept/implementation/system is good.
|
||||||
Academics is good only as a concept. It&rsquo;s implementation and system is always the worst and corrupted.</p></description></item><item><title>Coming Soon</title><link>https://freedoms4.org/coming-soon/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/coming-soon/</guid><description><p>This feature is not yet available. Check back later!</p></description></item><item><title>Contact</title><link>https://freedoms4.org/contact/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/contact/</guid><description><p><strong>Admin:</strong> hyzen</p>
|
Academics is good only as a concept. It&rsquo;s implementation and system is always the worst and corrupted.</p></description></item></channel></rss>
|
||||||
<h2 class="heading" id="contacts">
|
|
||||||
Contacts<span class="heading__anchor"> <a href="#contacts">#</a></span>
|
|
||||||
</h2><p><strong><a href="mailto:hyzen@freedoms4.org">Email</a> and <a href="xmpp:hyzen@freedoms4.org">XMPP</a>:</strong> <a href="mailto:hyzen@freedoms4.org">hyzen@freedoms4.org</a></p>
|
|
||||||
<p><strong>IRC/Liberachat:</strong> hyzen, #freedoms4</p>
|
|
||||||
<h2 class="heading" id="follow-on">
|
|
||||||
Follow on<span class="heading__anchor"> <a href="#follow-on">#</a></span>
|
|
||||||
</h2><p><strong><a href="https://mastodon.social/@hyzen">Mastodon</a>:</strong> <a href="mailto:hyzen@mastodon.social">hyzen@mastodon.social</a></p>
|
|
||||||
<p><strong>Lemmy:</strong> <a href="mailto:hyzen@lemmy.today">hyzen@lemmy.today</a></p></description></item></channel></rss>
|
|
||||||
@@ -38,11 +38,13 @@
|
|||||||
{{- else }}
|
{{- else }}
|
||||||
{{- $pages = $pctx.Pages }}
|
{{- $pages = $pctx.Pages }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- /* Exclude uninotes pages, admin, login, and signup from the feed */}}
|
{{- /* Exclude uninotes pages, admin, login, signup, contact, and coming-soon from the feed */}}
|
||||||
{{- $pages = where $pages "Section" "ne" "uninotes" }}
|
{{- $pages = where $pages "Section" "ne" "uninotes" }}
|
||||||
{{- $pages = where $pages "RelPermalink" "ne" "/admin/" }}
|
{{- $pages = where $pages "RelPermalink" "ne" "/admin/" }}
|
||||||
{{- $pages = where $pages "RelPermalink" "ne" "/login/" }}
|
{{- $pages = where $pages "RelPermalink" "ne" "/login/" }}
|
||||||
{{- $pages = where $pages "RelPermalink" "ne" "/signup/" }}
|
{{- $pages = where $pages "RelPermalink" "ne" "/signup/" }}
|
||||||
|
{{- $pages = where $pages "RelPermalink" "ne" "/contact/" }}
|
||||||
|
{{- $pages = where $pages "RelPermalink" "ne" "/coming-soon/" }}
|
||||||
{{- $limit := .Site.Config.Services.RSS.Limit }}
|
{{- $limit := .Site.Config.Services.RSS.Limit }}
|
||||||
{{- if ge $limit 1 }}
|
{{- if ge $limit 1 }}
|
||||||
{{- $pages = $pages | first $limit }}
|
{{- $pages = $pages | first $limit }}
|
||||||
|
|||||||
Reference in New Issue
Block a user