Browse Source

Merge branch 'master' into gh-pages

Mark Otto 10 năm trước cách đây
mục cha
commit
e5e4f6693d
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>