From 3ee3cba970cb26f579511c2f615ae8b8489ae545 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 21 May 2024 13:43:05 -0500 Subject: add service outage banner alert --- templates/index.html | 52 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 19 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index cd8ac38..4156a38 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,11 @@ -{% extends "base.html" %} - -{% block content %} +{% extends "base.html" %} {% block content %} +
+
+ Service Outage: Please note that all services and subdomains on + cleberg.net will be unavailable for a few days. +
+

cleberg.net

pub   rsa4096 2022-11-16 [SC]
@@ -9,18 +14,18 @@ uid           [ultimate] Christian Cleberg <hello@cleberg.net>

Recent Blog Posts

- {% set section = get_section(path="blog/_index.md") %} - {% set i = 0 %} - {% for page in section.pages %} - {% if i < 3%} - {% set_global i = i + 1%} -
- - {{ page.title }} -
- {% endif %} {% endfor %} -
+ {% set section = get_section(path="blog/_index.md") %} {% set i = 0 %} {% + for page in section.pages %} {% if i < 3%} {% set_global i = i + 1%} +
+ + {{ page.title }} +
+ {% endif %} {% endfor %} +
All Posts →
@@ -35,10 +40,19 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net>

Contact

{% endblock content %} -- cgit v1.2.3-70-g09d2