File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="well ">
2
2
< div class ="post-content ">
3
- < h3 > {{ post.title }}</ h3 >
3
+ < h3 > < a href =" {{ post.url }} " > {{ post. title }}</ a > </ h3 >
4
4
< p >
5
5
{% if post.author %}
6
6
{% for author_name in post.author %}
@@ -32,17 +32,12 @@ <h3>{{ post.title }}</h3>
32
32
</ p >
33
33
{% endif %}
34
34
35
- < p >
36
- < button class ="btn btn-primary " onclick ="window.location.href='{{ post.url }}' "> Read More</ button >
37
- </ p >
38
35
</ div >
39
36
{% if post.banner_image %}
40
37
< div class ="thumbnail-container ">
41
- < img
42
- src ="{{ post.banner_image }} "
43
- alt ="Post Thumbnail "
44
- class ="thumbnail-image "
45
- />
38
+ < a href ="{{ post.url }} ">
39
+ < img src ="{{ post.banner_image }} " alt ="Post Thumbnail " class ="thumbnail-image " />
40
+ </ a >
46
41
</ div >
47
42
{% endif %}
48
43
</ div >
You can’t perform that action at this time.
0 commit comments