File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,4 @@ title = "Rust Release Announcements"
3
3
template = " releases.html"
4
4
[extra ]
5
5
index_title = " The Rust Release Announcements"
6
- [[extra .see_also ]]
7
- path = " /"
8
- text = " the main Rust blog"
9
6
+++
Original file line number Diff line number Diff line change 16
16
</ p >
17
17
</ div >
18
18
</ div >
19
- < div class ="container flex flex-column flex-row-l justify-between-l ">
20
- < div class ="mw8-l ">
21
- < p >
22
- < b > See also:</ b >
23
- {% for see_also in section.extra.see_also -%}
24
- {% if loop.index0 != 0 %},{% endif %}
25
- < a href ="{{ config.base_url | safe }}{{ see_also.path | safe }} "> {{ see_also.text }}</ a >
26
- {%- endfor -%}
27
- </ p >
28
- </ div >
29
- </ div >
30
19
</ header >
31
20
32
21
{% set section = get_section(path="_index.md") -%}
You can’t perform that action at this time.
0 commit comments