File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ title: julia-di.com
15
15
description : Julia Di
16
16
google_analytics :
17
17
show_downloads : true
18
- theme : jekyll-theme-minimal
18
+ theme :
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ <h5>{{ tag[0] }}</h5>
19
19
{% for post in tag[1] %}
20
20
< li > < a href ="{{ post.url | prepend: site.baseurl }} "> {{ post.title }}</ a >
21
21
< p > {{ post.excerpt }}</ p >
22
+ < a href ="{{ site.baseurl }}{{ post.url }} " class ="read-more "> Read More</ a >
22
23
</ li >
23
24
{% endfor %}
24
25
</ ul >
@@ -30,6 +31,7 @@ <h5>{{ tag[0] }}</h5>
30
31
< li >
31
32
< h5 > < a href ="{{ post.url | prepend: site.baseurl }} "> {{ post.title }}</ a > </ h5 >
32
33
< p > {{ post.excerpt }}</ p >
34
+ < a href ="{{ site.baseurl }}{{ post.url }} " class ="read-more "> Read More</ a >
33
35
</ li >
34
36
{% endfor %}
35
37
</ ul >
You can’t perform that action at this time.
0 commit comments