diff --git a/blog/content/status-update/_index.md b/blog/content/status-update/_index.md index af736302..7f027a4a 100644 --- a/blog/content/status-update/_index.md +++ b/blog/content/status-update/_index.md @@ -3,4 +3,5 @@ title = "Status Updates" template = "status-update-section.html" page_template = "status-update-page.html" sort_by = "date" +description = "These posts give a regular overview of the most important changes to the blog and the tools and libraries behind the scenes." +++ diff --git a/blog/templates/second-edition/index.html b/blog/templates/second-edition/index.html index c4cc30c9..fe4a0f37 100644 --- a/blog/templates/second-edition/index.html +++ b/blog/templates/second-edition/index.html @@ -71,7 +71,18 @@ {% for page in extra.pages %}
  • {{ page.title }}
  • {% endfor %} -
  • Status Updates
  • + + + +
    +

    Status Updates

    + {% set status_updates = get_section(path = "status-update/_index.md") %} +

    {{ status_updates.description }}

    +
    diff --git a/blog/templates/status-update-section.html b/blog/templates/status-update-section.html index 70e814a2..854ac622 100644 --- a/blog/templates/status-update-section.html +++ b/blog/templates/status-update-section.html @@ -9,9 +9,7 @@

    {{ 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. -

    +

    {{ section.description }}

    {% endblock introduction %}