Prepare docs info page
This commit is contained in:
parent
84da4ca5c8
commit
b693b550a4
2 changed files with 10 additions and 4 deletions
|
@ -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 %}
|
||||
|
||||
<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 %}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue