1
0
Эх сурвалжийг харах

Fixes #41: Use site.baseurl on blog post titles

Mark Otto 10 жил өмнө
parent
commit
14abedd943
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      index.html

+ 1 - 1
index.html

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