setup the basic thing atleast
This commit is contained in:
8
themes/anatole-zola/templates/about.html
Normal file
8
themes/anatole-zola/templates/about.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "basic.html" %}
|
||||
|
||||
{% block content %}
|
||||
<article class="post animated fadeInDown">
|
||||
<h1><a href="{{ section.permalink }}"> {{ trans(key="about", lang=lang) }} </a></h1>
|
||||
<div class="post-content">{{ section.content | safe }}</div>
|
||||
</article>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user