From bea80928f694671010bc99493d31879df7d42836 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 4 Sep 2024 20:05:51 +0200 Subject: initial commit --- templates/acknowledgement.html.j2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/acknowledgement.html.j2 (limited to 'templates/acknowledgement.html.j2') diff --git a/templates/acknowledgement.html.j2 b/templates/acknowledgement.html.j2 new file mode 100644 index 0000000..6cb5938 --- /dev/null +++ b/templates/acknowledgement.html.j2 @@ -0,0 +1,18 @@ +{% extends "base.html.j2" %} +{% block page_title %}Acknowledgement {{ super() }}{% endblock %} +{% block page_title_short %}Acknowledgement{% endblock %} +{% block content %} +

Acknowledgement

+

Thank you for everyone, who made this blog possible, like...
+
+Marcsello who was kind enough to share his blog source with the world, so I could steal get inspired by it
+David Moore for the ascii art tree
+Bootstrap for the awesome CSS library and dmhendricks for the grid only extraction
+Jinja for the intuitive templating language
+Marko for the extensible MD converter
+Jetbrains for their amazing font which I use literally everywhere
+terminal.sexy for the cool terminal color template
+iconify for all the icons
+
+... and last but not least, You dear Reader!

+{% endblock %} \ No newline at end of file -- cgit v1.2.3-70-g09d2