File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
+++
2
2
title = " This Month in Rust OSDev"
3
- template = " section.html"
4
3
sort_by = " date"
5
- description = " These posts give a regular overview of the most important changes to the RustOSDev tools and libraries."
6
4
render = false
7
5
+++
6
+
7
+ These posts give a regular overview of the most important changes to the RustOSDev tools and libraries.
Original file line number Diff line number Diff line change 6
6
7
7
< h1 style ="visibility: hidden; height: 0px; margin: 0px; padding: 0px; "> Rust OSDev</ h1 >
8
8
9
- < h2 > This Month in Rust OSDev </ h2 >
10
- {% set section = get_section(path = "this-month/_index.md") %}
11
- < p > {{ section.description }} </ p >
9
+ {% set this_month = get_section(path = "this-month/_index.md") %}
10
+ < h2 > {{ this_month.title }} </ h2 >
11
+ {{ this_month.content | safe }}
12
12
< ul >
13
- {% for page in section .pages %}
13
+ {% for page in this_month .pages %}
14
14
< li > < a href ="{{ page.path | safe }} "> {{ page.extra.month }}</ a > </ li >
15
15
{% endfor %}
16
16
</ ul >
Original file line number Diff line number Diff line change 3
3
{% block title %}{{ page.title }} | {{ config.title }}{% endblock title %}
4
4
5
5
{% block main %}
6
- < h1 > {{ page.title }}</ h1 >
6
+ < h1 > {{ page.title | safe }}</ h1 >
7
7
8
8
< span class ="post-authors post-date "> Written by
9
9
{% for author in page.extra.authors -%}
You can’t perform that action at this time.
0 commit comments