Remove extra content section from front page

We only have a single extra post, which is about building on Android and possibly outdated.
This commit is contained in:
Philipp Oppermann
2020-01-28 16:57:49 +01:00
parent 007bf8a937
commit f710404f10

View File

@@ -62,19 +62,6 @@
<hr>
<div class="frontpage-section">
{% set extra = get_section(path = "second-edition/extra/_index.md") %}
<h1>{{ extra.title }}</h1>
<ul>
{% for subsection in extra.subsections %}
<li><a href="/{{ subsection.path | safe }}">{{ subsection.title }}</a></li>
{% endfor %}
{% for page in extra.pages %}
<li><a href="/{{ page.path | safe }}">{{ page.title }}</a></li>
{% endfor %}
</ul>
</div>
<div class="frontpage-section">
<h1>Status Updates</h1>
{% set status_updates = get_section(path = "status-update/_index.md") %}