1
0
Fork 0

jep, refinements

This commit is contained in:
Matthias Kretschmann 2013-11-19 00:51:47 +01:00
parent eac7a751b7
commit 536a0832d6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ layout: base
<article class="hentry format-link">
<header>
<h1 class="entry-title">
<a href="{{ page.linkurl }}">{{ page.title }} <i class="icon-forward"></i></a>
<a href="{{ page.linkurl }}" title="Go to source">{{ page.title }} <i class="icon-forward"></i></a>
</h1>
</header>

View File

@ -10,7 +10,7 @@ title: Home
<article class="hentry format-link">
<header>
<h1 class="entry-title">
<a href="{{ post.linkurl }}">{{ post.title }} <i class="icon-forward"></i></a>
<a href="{{ post.linkurl }}" title="Go to source">{{ post.title }} <i class="icon-forward"></i></a>
</h1>
</header>