add links
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<section class="section">
|
||||
<div class="header">
|
||||
<h2><a href="https://blog.mtgmonkey.net">Andromeda's Blog</a></h2>
|
||||
</div>
|
||||
<div class="container">
|
||||
{% block content %} {% endblock content %}
|
||||
</div>
|
||||
|
@@ -5,4 +5,5 @@
|
||||
This is Andromeda's blog.
|
||||
</h1>
|
||||
<p><a href="{{ get_url(path='@/daily/_index.md') }}">Daily Posts</a></p>
|
||||
<p><a href="{{ get_url(path='@/links.md') }}">Links</a></p>
|
||||
{% endblock content %}
|
||||
|
5
templates/links.html
Normal file
5
templates/links.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{{ page.content | safe }}
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user