From dc7c5affb35820b00668f3c683a6ab18ecadd7bb Mon Sep 17 00:00:00 2001 From: D-u-c-k-s-e-l <98615937+D-u-c-k-s-e-l@users.noreply.github.com> Date: Wed, 23 Jul 2025 14:15:37 -0500 Subject: [PATCH] syntax error and some small fixes --- website/_data/nav.yml | 1 + website/_includes/mainnavbuttons.html | 1 + website/_includes/subnavbuttons.html | 1 + website/_layouts/default.html | 34 +++++++++++++++------------ website/_plugins/anyat.rb | 2 +- 5 files changed, 23 insertions(+), 16 deletions(-) diff --git a/website/_data/nav.yml b/website/_data/nav.yml index 66583a4..9298f7c 100644 --- a/website/_data/nav.yml +++ b/website/_data/nav.yml @@ -24,6 +24,7 @@ main: - title: Molly's Page url: https://molly.linuxposting.xyz/ idn: 'molly' + target: '_blank' sub: - title: Register url: /register/ diff --git a/website/_includes/mainnavbuttons.html b/website/_includes/mainnavbuttons.html index 80595c4..3ce9429 100644 --- a/website/_includes/mainnavbuttons.html +++ b/website/_includes/mainnavbuttons.html @@ -1,5 +1,6 @@ {% for item in site.data.nav.main %} {{ item.title }} {% endfor %} \ No newline at end of file diff --git a/website/_includes/subnavbuttons.html b/website/_includes/subnavbuttons.html index f2d227b..2e37f0a 100644 --- a/website/_includes/subnavbuttons.html +++ b/website/_includes/subnavbuttons.html @@ -6,5 +6,6 @@ {% assign subnav_index = forloop.index | plus: subnav_offset %} {{ item.title }} {% endfor %} \ No newline at end of file diff --git a/website/_layouts/default.html b/website/_layouts/default.html index 0c8e1b2..8a1a31f 100644 --- a/website/_layouts/default.html +++ b/website/_layouts/default.html @@ -13,12 +13,6 @@

{{ page.headline }}

-
@@ -79,14 +73,19 @@

No announcements available at the moment.

{% endfor %} - - RSS Feed - - +
+ + Read More + + + RSS Feed + + +
-
NEWS NEWS NEWS
+
NEWSLETTER
{% for article in site.news %}

{{ article.headline }} @@ -95,11 +94,16 @@

No news articles available at the moment.

{% endfor %}
- - Read more - - +
+ + Read more + + + RSS Feed + +
+