i need to sleep
This commit is contained in:
@@ -22,9 +22,10 @@
|
||||
</head>
|
||||
|
||||
<nav>
|
||||
<p><a href="{{ get_url(path='@/_index.md') }}">Home</a>.</p>
|
||||
|
||||
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
|
||||
<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>.
|
||||
<hr>
|
||||
</nav>
|
||||
|
||||
<body>
|
||||
@@ -41,7 +42,7 @@
|
||||
<a href="https://evilr.ing/cjsatnarine/previous"><</a>
|
||||
<a href="https://evilr.ing">EVILRING</a>
|
||||
<a href="https://evilr.ing/cjsatnarine/next">></a>
|
||||
<p> Made with <a href="https://www.getzola.org/">Zola</a> </p>
|
||||
<p> Made with <a href="https://www.getzola.org/">Zola</a></p>
|
||||
</center>
|
||||
</footer>
|
||||
|
||||
|
@@ -1,11 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1 class="title">
|
||||
<a href="{{ get_url(path='@/blog/_index.md') }}"> <- back to posts</a>
|
||||
<h1 id="title" class="title">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
|
||||
<p class="subtitle"><strong>{{ page.date }}</strong></p>
|
||||
<h3 id="subtitle" class="subtitle"><strong>{{ page.date }}</strong></h3>
|
||||
{{ page.content | safe }}
|
||||
{% endblock content %}
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
<ul>
|
||||
{% for page in section.pages %}
|
||||
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
|
||||
<li><a id="blog_colour" href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
Reference in New Issue
Block a user