Przeglądaj źródła

Merge branch 'master' into gh-pages

Mark Otto 10 lat temu
rodzic
commit
e5e4f6693d
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 0
      _config.yml
  2. 1 1
      index.html

+ 1 - 0
_config.yml

@@ -4,6 +4,7 @@ highlighter:      pygments
 
 # Permalinks
 permalink:        pretty
+relative_permalinks: true
 
 # Setup
 title:            Poole

+ 1 - 1
index.html

@@ -7,7 +7,7 @@ title: Home
   {% for post in paginator.posts %}
   <div class="post">
     <h1 class="post-title">
-      <a href="{{ site.baseurl }}{{ post.url }}">
+      <a href="{{ post.url }}">
         {{ post.title }}
       </a>
     </h1>