Fixed more pathings

This commit is contained in:
Liliesh 2025-07-14 15:33:37 +02:00
parent 44c43bce29
commit bf4a9c6f1a
Signed by: liliesh
GPG key ID: 680387646C7BAE8E

View file

@ -11,14 +11,14 @@
{%- else %} {%- else %}
<meta name="description" content="{{ site.description }}"> <meta name="description" content="{{ site.description }}">
{%- endif %} {%- endif %}
<link rel="alternate" href="/blog//atom.xml" type="application/atom+xml"> <link rel="alternate" href="/blog/atom.xml" type="application/atom+xml">
<link rel="stylesheet" href="/blog/style.css" type="text/css"> <link rel="stylesheet" href="/blog/style.css" type="text/css">
<title>{% block title %}{% endblock %} | {{ site.description }}</title> <title>{% block title %}{% endblock %} | {{ site.description }}</title>
</head> </head>
<body> <body>
<header> <header>
<h1><a href="/">{{ site.title }}</a></h1> <h1><a href="/blog">{{ site.title }}</a></h1>
<nav> <nav>
<h2>{{ site.description }}</h2> <h2>{{ site.description }}</h2>
<ul> <ul>