diff --git a/blog/content/status-update/_index.md b/blog/content/status-update/_index.md index 867327a1..af736302 100644 --- a/blog/content/status-update/_index.md +++ b/blog/content/status-update/_index.md @@ -1,6 +1,6 @@ +++ -title = "News" +title = "Status Updates" +template = "status-update-section.html" page_template = "status-update-page.html" sort_by = "date" -render = false +++ diff --git a/blog/templates/status-update-section.html b/blog/templates/status-update-section.html new file mode 100644 index 00000000..70e814a2 --- /dev/null +++ b/blog/templates/status-update-section.html @@ -0,0 +1,23 @@ +{% extends "second-edition/base.html" %} + +{% import "macros.html" as macros %} + +{% block title %}{{ section.title }} | {{ config.title }}{% endblock title %} + +{% block main %} + +

{{ section.title }}

+ +{% block introduction %} +

+ These posts give a semi-regular overview of the most important changes to the blog and the tools and libraries behind the scenes. +

+{% endblock introduction %} + +
+ +{% endblock main %}