mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
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:
@@ -62,19 +62,6 @@
|
|||||||
|
|
||||||
<hr>
|
<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">
|
<div class="frontpage-section">
|
||||||
<h1>Status Updates</h1>
|
<h1>Status Updates</h1>
|
||||||
{% set status_updates = get_section(path = "status-update/_index.md") %}
|
{% set status_updates = get_section(path = "status-update/_index.md") %}
|
||||||
|
|||||||
Reference in New Issue
Block a user