Skip to content

Commit f6b7146

Browse files
authored
Merge pull request #28 from coderolls/update-blogpost
Update default.html
2 parents 1963ccb + ce73bdc commit f6b7146

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_includes/featuredbox.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<div class="wrapthumbnail">
99
<a href="{{ site.baseurl }}{{ post.url }}">
1010
{% if site.lazyimages == "enabled" %}
11-
<img class="featured-box-img-cover lazyimg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAQAAAA3fa6RAAAADklEQVR42mNkAANGCAUAACMAA2w/AMgAAAAASUVORK5CYII=" data-src="{% if post.image contains "://" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}">
11+
<img class="featured-box-img-cover lazyimg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAQAAAA3fa6RAAAADklEQVR42mNkAANGCAUAACMAA2w/AMgAAAAASUVORK5CYII=" data-src="{% if post.image contains "://" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}" alt="Featured image of the post">
1212
{% else %}
13-
<img class="featured-box-img-cover" src="{% if post.image contains "://" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}">
13+
<img class="featured-box-img-cover" src="{% if post.image contains "://" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}" alt="Featured image of the post">
1414
{% endif %}
1515
</a>
1616
</div>
@@ -56,4 +56,4 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:25 }}</h4>
5656
</div>
5757
</div>
5858
</div>
59-
<!-- end post -->
59+
<!-- end post -->

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<!-- Site Title
108108
================================================== -->
109109
<div class="mainheading">
110-
<h1 class="sitetitle">{{ site.name }}</h1>
110+
<h1 class="sitetitle" ><a href="{{ site.baseurl }}">{{ site.name }}</a></h1>
111111
<p class="lead">
112112
{{ site.description }}
113113
</p>

0 commit comments

Comments
 (0)