File tree Expand file tree Collapse file tree 11 files changed +136
-10
lines changed Expand file tree Collapse file tree 11 files changed +136
-10
lines changed Original file line number Diff line number Diff line change 1
1
{% if site.title %}
2
- < a href ="{{ root_url }}/ "> < img src ="{{ root_url }}/images /nshint_logo.png " / ></ a >
2
+ < a href ="{{ root_url }}/ "> < img src ="{{ root_url }}/svg /nshint_logo.svg " height =" 120px " > </ a >
3
3
< br />
4
4
< div class ="social ">
5
- < a href ="{{ site.social.twitter }} "> < img src ="{{ root_url }}/images /twitter.png " /> </ a >
6
- < a href ="{{ site.social.github }} "> < img src ="{{ root_url }}/images /github.png " /> </ a >
7
- < a href ="{{ site.social.rss }} "> < img src ="{{ root_url }}/images /rss.png " /> </ a >
5
+ < a href ="{{ site.social.twitter }} "> < img src ="{{ root_url }}/svg /twitter.svg " height =" 40px " /> </ a >
6
+ < a href ="{{ site.social.github }} "> < img src ="{{ root_url }}/svg /github.svg " height =" 40px " /> </ a >
7
+ < a href ="{{ site.social.rss }} "> < img src ="{{ root_url }}/svg /rss.svg " height =" 40px " /> </ a >
8
8
</ div >
9
- {% endif %}
9
+ {% endif %}
10
+
Original file line number Diff line number Diff line change 1
1
{% if site.title %}
2
- < a href ="{{ root_url }}/ "> < img src ="{{ root_url }}/images /nshint_logo.png " / ></ a >
2
+ < a href ="{{ root_url }}/ "> < img src ="{{ root_url }}/svg /nshint_logo.svg " height =" 120px " > </ a >
3
3
< br />
4
4
< div class ="social ">
5
- < a href ="{{ site.social.twitter }} "> < img src ="{{ root_url }}/images /twitter.png " /> </ a >
6
- < a href ="{{ site.social.github }} "> < img src ="{{ root_url }}/images /github.png " /> </ a >
7
- < a href ="{{ site.social.rss }} "> < img src ="{{ root_url }}/images /rss.png " /> </ a >
5
+ < a href ="{{ site.social.twitter }} "> < img src ="{{ root_url }}/svg /twitter.svg " height =" 40px " /> </ a >
6
+ < a href ="{{ site.social.github }} "> < img src ="{{ root_url }}/svg /github.svg " height =" 40px " /> </ a >
7
+ < a href ="{{ site.social.rss }} "> < img src ="{{ root_url }}/svg /rss.svg " height =" 40px " /> </ a >
8
8
</ div >
9
- {% endif %}
9
+ {% endif %}
10
+
You can’t perform that action at this time.
0 commit comments