Fixed more pathings
This commit is contained in:
parent
44c43bce29
commit
bf4a9c6f1a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue