From d8995902414f2d2689b0bbdc6651730b1fe9bd31 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 17 Dec 2025 23:31:39 +0100 Subject: moved blog generation to separate folder --- blog/templates/acknowledgement.html.j2 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 blog/templates/acknowledgement.html.j2 (limited to 'blog/templates/acknowledgement.html.j2') diff --git a/blog/templates/acknowledgement.html.j2 b/blog/templates/acknowledgement.html.j2 new file mode 100644 index 0000000..2c11f76 --- /dev/null +++ b/blog/templates/acknowledgement.html.j2 @@ -0,0 +1,19 @@ +{% 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
+Isotropic for their hex to css filter converter
+
+... and last but not least, You dear Reader!

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