Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 71e4cdb

Browse files
author
Kazuma SATO
committedNov 15, 2015
make links work
1 parent b405cf3 commit 71e4cdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎_includes/intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="intro">
2-
<a href="#" class="logo"><img src="/images/logo.jpg" alt="" /></a>
2+
<a href="{{ site.url }}" class="logo"><img src="/images/logo.jpg" alt="" /></a>
33
<header>
44
<h2>{{ site.title }}</h2>
55
<p>Another fine responsive site template by <a href="http://html5up.net">HTML5 UP</a>

‎_layouts/no-about-page.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<article class="post">
2020
<header>
2121
<div class="title">
22-
<h2><a href="#">{{ page.title }}</a></h2>
22+
<h2><a href="{{ page.url }}">{{ page.title }}</a></h2>
2323
<!-- <p>Lorem ipsum dolor amet nullam consequat etiam feugiat</p> -->
2424
</div>
2525
<div class="meta">
@@ -33,7 +33,7 @@ <h2><a href="#">{{ page.title }}</a></h2>
3333
</div>
3434
</header>
3535
{% if page.image %}
36-
<a href="#" class="image featured"><img src="{{page.image}}" alt="" /></a>
36+
<a href="{{ page.url }}" class="image featured"><img src="{{page.image}}" alt="" /></a>
3737
{% endif %}
3838
{{ content }}
3939
<footer>

‎images/avatar.jpg

-1.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.