dd
This commit is contained in:
parent
976a3fbd0c
commit
f934cd303d
1 changed files with 5 additions and 5 deletions
10
index.html
10
index.html
|
@ -21,11 +21,11 @@ layout: default
|
|||
</a>
|
||||
·
|
||||
{% endfor %}
|
||||
<a href="/about/">About</a>
|
||||
<a href="{{ site.baseurl }}/about/">About</a>
|
||||
·
|
||||
<a href="/download/">Download</a>
|
||||
<a href="{{ site.baseurl }}/download/">Download</a>
|
||||
·
|
||||
<a href="/help/">Help</a>
|
||||
<a href="{{ site.baseurl }}/help/">Help</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
@ -61,7 +61,7 @@ layout: default
|
|||
<article class="post" itemscope itemtype="http://schema.org/BlogPosting" role="article">
|
||||
<div class="article-item">
|
||||
<header class="post-header">
|
||||
<h2 class="post-title" itemprop="name"><a href="{{ post.url }}" itemprop="url">{{ post.title }}</a></h2>
|
||||
<h2 class="post-title" itemprop="name"><a href="{{ site.baseurl }}{{ post.url }}" itemprop="url">{{ post.title }}</a></h2>
|
||||
</header>
|
||||
<section class="post-excerpt" itemprop="description">
|
||||
<p>{{ post.content | strip_html | truncatewords: 50 }}</p>
|
||||
|
@ -82,7 +82,7 @@ layout: default
|
|||
<article class="post" itemscope itemtype="http://schema.org/BlogPosting" role="article">
|
||||
<div class="article-item">
|
||||
<header class="post-header">
|
||||
<h2 class="post-title" itemprop="name"><a href="{{ post.url }}" itemprop="url">{{ post.title }}</a></h2>
|
||||
<h2 class="post-title" itemprop="name"><a href="{{ site.baseurl }}{{ post.url }}" itemprop="url">{{ post.title }}</a></h2>
|
||||
</header>
|
||||
<section class="post-excerpt" itemprop="description">
|
||||
<p>{{ post.content | strip_html | truncatewords: 50 }}</p>
|
||||
|
|
Loading…
Reference in a new issue