File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
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 -%}
@@ -144,7 +146,11 @@ <h1><a href="{{ site.baseurl }}/">{{ site.title }}</a></h1>
144
146
{% assign forkme_url = "https://github.com/Homebrew/brew" -%}
145
147
{% endif -%}
146
148
147
- < a href ="{{ forkme_url }} "> < img id ="forkme " src ="{{ "/assets/img/forkme_right_gray_6d6d6d.svg" | relative_url }}" alt="Fork me on GitHub"> </ a >
149
+ < aside >
150
+ < a href ="{{ forkme_url }} ">
151
+ < img id ="forkme " src ="{{ "/assets/img/forkme_right_gray_6d6d6d.svg" | relative_url }}" alt="Fork me on GitHub">
152
+ </ a >
153
+ </ aside >
148
154
< script >
149
155
function loadLanguage ( lang ) {
150
156
if ( lang === { { page . lang | jsonify } } ) {
Original file line number Diff line number Diff line change 4
4
< article id ="post ">
5
5
< h2 > {{ page.title }}</ h2 >
6
6
< h3 > {{ page.date | date_to_long_string }}</ h3 >
7
- < h3 class ="author "> < a href ="https://github.com/{{ page.author }} "> < img class ="avatar " src ="https://avatars2.githubusercontent.com/{{ page.author }}?v=3&s=80 " alt ="{{ page.author }} " width ="40 " height ="40 "> {{ page.author }}</ a > </ h3 >
7
+ < h3 class ="author "> < a href ="https://github.com/{{ page.author }} "> < img class ="avatar " src ="https://avatars2.githubusercontent.com/{{ page.author }}?v=3&s=80 " alt ="" width ="40 " height ="40 "> {{ page.author }}</ a > </ h3 >
8
8
< div class ="postcontent singlepostcontent ">
9
9
{{ content }}
10
10
You can’t perform that action at this time.
0 commit comments