diff --git a/config.toml b/config.toml index 521be78..9c988af 100755 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://reudnetz.org" +base_url = "https://reudnetz.org/" # Whether to automatically compile all Sass files in the sass directory compile_sass = true diff --git a/static/style/styles.css b/static/style/styles.css index 2fd1d1c..b2adae9 100755 --- a/static/style/styles.css +++ b/static/style/styles.css @@ -32,6 +32,7 @@ url('introrustg-base2line-webfont.svg#intro_rust_gbase_2_line') format('svg'); font-weight: normal; font-style: normal; + font-display: swap; } @font-face { @@ -44,6 +45,7 @@ url('introscriptr-h2base-webfont.svg#intro_script_rh2_base') format('svg'); font-weight: normal; font-style: normal; + font-display: swap; } @font-face { @@ -56,6 +58,7 @@ url('introheadr-base-webfont.svg#intro_head_rbase') format('svg'); font-weight: normal; font-style: normal; + font-display: swap; } body { diff --git a/templates/blog.html b/templates/blog.html index ff01e15..6cc1b73 100755 --- a/templates/blog.html +++ b/templates/blog.html @@ -6,7 +6,7 @@ {% for post in posts.pages %}
{{ post.date }}