abs -> rel
This commit is contained in:
parent
fa9f8204e9
commit
cb9a8db60d
@ -12,15 +12,15 @@
|
||||
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'index.html','' }}" />
|
||||
|
||||
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,800" rel="stylesheet" type="text/css">
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<link rel="shortcut icon" href="/thoughts/favicon.ico">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.theme.name }}" href="{{site.url}}/atom.xml" />
|
||||
|
||||
<link rel="stylesheet" href="/css/font-awesome.css">
|
||||
<link rel="stylesheet" href="/css/base.css">
|
||||
<link rel="stylesheet" href="/css/skeleton.css">
|
||||
<link rel="stylesheet" href="/css/screen.css">
|
||||
<link rel="stylesheet" href="/css/layout.css">
|
||||
<link rel="stylesheet" href="/css/peaksea.css">
|
||||
<link rel="stylesheet" href="/thoughts/css/font-awesome.css">
|
||||
<link rel="stylesheet" href="/thoughts/css/base.css">
|
||||
<link rel="stylesheet" href="/thoughts/css/skeleton.css">
|
||||
<link rel="stylesheet" href="/thoughts/css/screen.css">
|
||||
<link rel="stylesheet" href="/thoughts/css/layout.css">
|
||||
<link rel="stylesheet" href="/thoughts/css/peaksea.css">
|
||||
<!--[if IE 7]>
|
||||
<link rel="stylesheet" href="/assets/css/font-awesome-ie7.min.css">
|
||||
<![endif]-->
|
||||
|
@ -7,7 +7,7 @@ title: Blog Posts
|
||||
<h2><i class="icon-bookmark"></i> Posts</h2>
|
||||
<ul id="blog-posts" class="posts">
|
||||
{% for post in site.posts %}
|
||||
<li><span>{{ post.date | date_to_string }} »</span><a href="{{ post.url }}">{{ post.title }}</a></li>
|
||||
<li><span>{{ post.date | date_to_string }} »</span><a href="/thoughts{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user