lots of things
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>{{ config.extra.site_name }}</title>
|
||||
|
||||
<link rel="stylesheet" href="/extra.css" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
|
||||
|
||||
<script type="importmap">
|
||||
@@ -24,9 +24,11 @@
|
||||
<body>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
{% block content %} {% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p><a href="{{ get_url(path='@/blog/_index.md') }}">Posts</a>.</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
@@ -1,10 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="title">
|
||||
{{ section.title }}
|
||||
</h1>
|
||||
|
||||
<p>{{ section.content | safe }}</p>
|
||||
<h1 class="title">
|
||||
{{ section.title }}
|
||||
</h1>
|
||||
|
||||
<p>{{ section.content | safe }}</p>
|
||||
{% endblock content %}
|
||||
|
Reference in New Issue
Block a user