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"
33template = " releases.html"
44[extra ]
55index_title = " The Rust Release Announcements"
6- [[extra .see_also ]]
7- path = " /"
8- text = " the main Rust blog"
96+++
Original file line number Diff line number Diff line change 1616 </ p >
1717 </ div >
1818 </ 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 >
3019</ header >
3120
3221{% set section = get_section(path="_index.md") -%}
You can’t perform that action at this time.
0 commit comments