File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -119,14 +119,16 @@ <h1><a href="{{ site.baseurl }}/">{{ site.title }}</a></h1>
119
119
{% endif -%}
120
120
</ header >
121
121
122
- {% comment -%}
123
- This is primarily intended to remove the trailing slash from the
124
- self-closing `img` tags that result from rendered Markdown text.
125
- {% endcomment -%}
126
- {% capture rendered_content -%}
127
- {{ content }}
128
- {% endcapture -%}
129
- {{ rendered_content | replace: " /> ", "> " | replace: "/> ", "> " -}}
122
+ < main >
123
+ {% comment -%}
124
+ This is primarily intended to remove the trailing slash from the
125
+ self-closing `img` tags that result from rendered Markdown text.
126
+ {% endcomment -%}
127
+ {% capture rendered_content -%}
128
+ {{ content }}
129
+ {% endcapture -%}
130
+ {{ rendered_content | replace: " /> ", "> " | replace: "/> ", "> " -}}
131
+ </ main >
130
132
</ div >
131
133
132
134
{% if site.forkme_nwo -%}
You can’t perform that action at this time.
0 commit comments