File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
< section id ="intro ">
2
- < a href ="# " class ="logo "> < img src ="/images/logo.jpg " alt ="" /> </ a >
2
+ < a href ="{{ site.url }} " class ="logo "> < img src ="/images/logo.jpg " alt ="" /> </ a >
3
3
< header >
4
4
< h2 > {{ site.title }}</ h2 >
5
5
< p > Another fine responsive site template by < a href ="http://html5up.net "> HTML5 UP</ a >
Original file line number Diff line number Diff line change 19
19
< article class ="post ">
20
20
< header >
21
21
< div class ="title ">
22
- < h2 > < a href ="# "> {{ page.title }}</ a > </ h2 >
22
+ < h2 > < a href ="{{ page.url }} "> {{ page.title }}</ a > </ h2 >
23
23
<!-- <p>Lorem ipsum dolor amet nullam consequat etiam feugiat</p> -->
24
24
</ div >
25
25
< div class ="meta ">
@@ -33,7 +33,7 @@ <h2><a href="#">{{ page.title }}</a></h2>
33
33
</ div >
34
34
</ header >
35
35
{% if page.image %}
36
- < a href ="# " class ="image featured "> < img src ="{{page.image}} " alt ="" /> </ a >
36
+ < a href ="{{ page.url }} " class ="image featured "> < img src ="{{page.image}} " alt ="" /> </ a >
37
37
{% endif %}
38
38
{{ content }}
39
39
< footer >
You can’t perform that action at this time.
0 commit comments