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.title }}

+ href="{{ get_url(path=post.path) }}/" title="{{ post.title }}">{{ post.title }}

{{ post.date }}

{% if post.summary %} diff --git a/templates/how-to.html b/templates/how-to.html index 744a929..0586db6 100755 --- a/templates/how-to.html +++ b/templates/how-to.html @@ -5,7 +5,7 @@ {% set anleitungen = get_section(path="how-to/_index.md") %} {% for page in anleitungen.pages %}
  • - {{ page.title }} + {{ page.title }}
  • {% endfor %} {% endblock content %} diff --git a/templates/index.html b/templates/index.html index e1e94e1..e098282 100755 --- a/templates/index.html +++ b/templates/index.html @@ -18,10 +18,10 @@

    Internet für Leipzigs Osten

    @@ -33,14 +33,13 @@ {% block nav %} {% for page in root_section.pages %}
  • - {{ page.title }} + {{ page.title }}
  • {% endfor %} {% endblock nav %}
    -
    {% block content %} @@ -58,7 +57,7 @@