diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..b6a14a0 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block content %} +
+
+

|| 404 Not Found ||

+ +
+
+
+{% endblock content %} diff --git a/templates/base.html b/templates/base.html index d642fc1..720988e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,19 +17,7 @@ ██████ ██ ██████ ███████ ██ ██ ██ ██ ██ ██████ ██████ ██ ██ ██ ███████
-
-
-

Welcome

-

This blog is made with 💜 and Zola!

-

It's currently running on Vultr and OpenBSD -

-
-
-
-

View the latest posts

- {% block content %} {% endblock %} -
-
+ {% block content %} {% endblock content %} diff --git a/templates/index.html b/templates/index.html index ce6db9e..94f6fb2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,11 +1,23 @@ {% extends "base.html" %} {% block content %} - +
+
+

Welcome

+

This blog is made with 💜 and Zola!

+

It's currently running on Vultr and OpenBSD +

+
+
+
+

View the latest posts

+ +
+
{% endblock content %} diff --git a/templates/page.html b/templates/page.html index a4658c1..9168758 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,32 +1,14 @@ - - - - - - 🐸 CyberFrog - +{% extends "base.html" %} - -
- -
- ██████ ██    ██ ██████  ███████ ██████  ███████ ██████   ██████   ██████     ███    ███ ███████ 
-██       ██  ██  ██   ██ ██      ██   ██ ██      ██   ██ ██    ██ ██          ████  ████ ██      
-██        ████   ██████  █████   ██████  █████   ██████  ██    ██ ██   ███    ██ ████ ██ █████   
-██         ██    ██   ██ ██      ██   ██ ██      ██   ██ ██    ██ ██    ██    ██  ██  ██ ██      
- ██████    ██    ██████  ███████ ██   ██ ██      ██   ██  ██████   ██████  ██ ██      ██ ███████ 
-  
-
-
-
-

{{ page.title }}

- -
+{% block content %} +
+
+

{{ page.title }}

+ +
{{ page.content | safe }}
-
- - - +
+{% endblock content %}