Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6b7146

Browse files
authored
Merge pull request#28 from coderolls/update-blogpost
Update default.html
2 parents1963ccb +ce73bdc commitf6b7146

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
<divclass="wrapthumbnail">
99
<ahref="{{ site.baseurl }}{{ post.url }}">
1010
{% if site.lazyimages == "enabled" %}
11-
<imgclass="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+
<imgclass="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-
<imgclass="featured-box-img-cover"src="{% if post.image contains"://" %}{{ post.image }}{% else %}{{ site.baseurl }}/{{ post.image }}{% endif %}">
13+
<imgclass="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
<divclass="mainheading">
110-
<h1class="sitetitle">{{ site.name }}</h1>
110+
<h1class="sitetitle"><ahref="{{ site.baseurl }}">{{ site.name }}</a></h1>
111111
<pclass="lead">
112112
{{ site.description }}
113113
</p>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp