more changes
This commit is contained in:
@@ -21,14 +21,17 @@
|
||||
<script type="module" src="/window.js"></script>
|
||||
</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>
|
||||
</nav>
|
||||
|
||||
<body>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
{% block content %}
|
||||
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
@@ -38,6 +41,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>
|
||||
</center>
|
||||
</footer>
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1 class="title">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
|
@@ -5,7 +5,6 @@
|
||||
{{ section.title }}
|
||||
</h1>
|
||||
|
||||
<!-- Not sure what this page stuff is but I reckon I'll find out soon enough. -->
|
||||
<ul>
|
||||
{% for page in section.pages %}
|
||||
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
|
||||
|
Reference in New Issue
Block a user