Skip to content

Commit 7804f64

Browse files
committed
Blog Read More button
1 parent f6a7495 commit 7804f64

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ title: julia-di.com
1515
description: Julia Di
1616
google_analytics:
1717
show_downloads: true
18-
theme: jekyll-theme-minimal
18+
theme:

blog.html

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ <h5>{{ tag[0] }}</h5>
1919
{% for post in tag[1] %}
2020
<li><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
2121
<p>{{ post.excerpt }}</p>
22+
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
2223
</li>
2324
{% endfor %}
2425
</ul>
@@ -30,6 +31,7 @@ <h5>{{ tag[0] }}</h5>
3031
<li>
3132
<h5><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h5>
3233
<p>{{ post.excerpt }}</p>
34+
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
3335
</li>
3436
{% endfor %}
3537
</ul>

0 commit comments

Comments
 (0)