Prepare docs info page

This commit is contained in:
Tobias 2018-10-21 11:45:36 +13:00
parent 84da4ca5c8
commit b693b550a4
2 changed files with 10 additions and 4 deletions

View file

@ -1,9 +1,14 @@
{% extends "utility_page.html" %}
{% extends "site_base.html" %}
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
{% block body_class %}text-primary{% endblock body_class %}
{% block main_class %}container{% endblock main_class %}
{% block content %}
{{ flatpage.content }}
<div class="row">
<div class="col-md-1"></div>
<div class="col-12 col-md-10 content text-page">
{{ flatpage.content }}
</div>
</div>
{% endblock content %}

View file

@ -87,6 +87,7 @@
professionals of all kinds from across Australia. Topics on every aspect of
technical communication are welcome, ranging from languages and tools to
building communities and the state of the industry.</p>
<a href="/programme/miniconfs/docs">More info</a>
</div>
</div>
</div>