Skip to content

Commit 94f852c

Browse files
committed
Fix a link in landing page
1 parent 9ba7946 commit 94f852c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/sections/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row">
33
<div class="col-lg-12 text-center wow zoomIn" id="i18_blog">
44
<div style="height: 80px;"></div>
5-
<a class="btn btn-lg btn-default btn-rounded btn-outline wow bounceIn" href="{{ "/blog/" | prepend: site.baseurl }}"><span data-i18n="blog.my_blog">{{ blog.name }}</span></a>
5+
<a class="btn btn-lg btn-default btn-rounded btn-outline wow bounceIn" href="{{ "/work/" | prepend: site.baseurl }}"><span data-i18n="blog.my_blog">{{ blog.name }}</span></a>
66
<div style="height: 80px;"></div>
77
</div>
88
</div>

0 commit comments

Comments
 (0)