From 6f51927e180fe6c6ea88806d245bd886df23f53a Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 3 Mar 2024 20:56:15 +0200 Subject: Made changes regarding the styling, config and added content and a shortcode for youtube embeds. Changes to be committed: modified: config.toml modified: content/about.md modified: content/posts/How I made this Blog with Zola.md new file: content/posts/some_cool_stuff.md modified: content/posts/typography.md modified: sass/_normalize.scss modified: sass/_predefined.scss modified: sass/style.scss modified: templates/index.html new file: templates/shortcodes/youtube.html --- templates/index.html | 8 +++++--- templates/shortcodes/youtube.html | 7 +++++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 templates/shortcodes/youtube.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 4c08173..9144fc0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -51,12 +51,12 @@ - + - + @@ -118,8 +118,9 @@ {% endblock footer %} - + + {% if page.extra.math %} @@ -129,6 +130,7 @@ + {% endif %} {% if config.extra.google_analytics.enable %} diff --git a/templates/shortcodes/youtube.html b/templates/shortcodes/youtube.html new file mode 100644 index 0000000..87ccffe --- /dev/null +++ b/templates/shortcodes/youtube.html @@ -0,0 +1,7 @@ +
-- cgit v1.2.3