do a full reorg to handle blog posts better
This commit is contained in:
@ -4,8 +4,8 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/x-icon" href="/img/fav.png">
|
||||
<link rel="stylesheet" href="/css/normalize.css" />
|
||||
<link rel="stylesheet" href="/css/styles.css" />
|
||||
<link rel="stylesheet" href="/_assets/css/normalize.css" />
|
||||
<link rel="stylesheet" href="/_assets/css/styles.css" />
|
||||
{% if title %}
|
||||
<title>{{ site.title }} - {{ title }}</title>
|
||||
{% else %}
|
||||
|
@ -1,8 +1,9 @@
|
||||
<nav>
|
||||
<a href="/">/</a><br/>
|
||||
<a href="/blog/">/blog</a><br/>
|
||||
<a href="/pages/">/pages</a><br/>
|
||||
<a href="/about/">/about</a><br/>
|
||||
<a href="/links/">/links</a><br/>
|
||||
<a href="/contact/">/contact</a>
|
||||
<a href="/contact/">/contact</a><br/>
|
||||
<a href="/blog/">/blog</a><br/>
|
||||
</nav>
|
||||
{#INFO: It's important to stucture your links with the slashes / on either side of the href /about/ to ensure the links are always from the root of the site.#}
|
Reference in New Issue
Block a user