Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ce73bdc

Browse files
committed
Update default.html
1 parent a7f153e commit ce73bdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_includes/featuredbox.html

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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)