Browse Source

vocable blog

Hugo Roy 9 years ago
parent
commit
8358d8824e
2 changed files with 3 additions and 3 deletions
  1. 1 1
      _layouts/home.html
  2. 2 2
      posts/index.md

+ 1 - 1
_layouts/home.html

@@ -33,7 +33,7 @@
     {% include _author-bio.html %}
   </div>
   <div id="index">
-    <h3><a href="{{ site.url}}/posts/">Dernières publications</a></h3>
+    <h3><a href="{{ site.url}}/posts/">Blog</a></h3>
     {% for post in site.posts limit:5 %}
     <article>
       {% if post.link %}

+ 2 - 2
posts/index.md

@@ -1,5 +1,5 @@
 ---
 layout: post-index
-title: Toutes les publications
-excerpt: "Liste des publications"
+title: Archives du blog
+excerpt: "Liste des billets"
 ---