a lot of stuff
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
</head>
|
||||
|
||||
<nav>
|
||||
<a href="{{ get_url(path='@/_index.md') }}">Home </a>
|
||||
<a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.
|
||||
<a href="{{ get_url(path='@/about_me/_index.md') }}">About Me</a>.
|
||||
<a href="{{ get_url(path='@/_index.md') }}">Home</a>
|
||||
<span id="text"> | </span><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>
|
||||
<span id="text"> | </span><a href="{{ get_url(path='@/about_me/_index.md') }}">About Me</a>
|
||||
<hr>
|
||||
</nav>
|
||||
|
||||
|
@@ -1,7 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<a href="{{ get_url(path='@/blog/_index.md') }}"> <- back to posts</a>
|
||||
<h1 id="title" class="title">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
|
Reference in New Issue
Block a user