Browse Source

Passage en français des titre des archives

pull/4/head
LecygneNoir 5 years ago
parent
commit
5f20e244e4
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      theme/templates/archives.html
  2. +1
    -1
      theme/templates/index.html

+ 1
- 1
theme/templates/archives.html View File

@ -28,7 +28,7 @@ Full archives of {{ SITENAME|striptags|e }} blog.
<div class="row-fluid">
<header class="page-header span10 offset2">
<h1><a href="{{ SITEURL }}/archives.html">All Posts</a></h1>
<h1><a href="{{ SITEURL }}/archives.html">Archives</a></h1>
</header>
</div>
<div class="row-fluid">

+ 1
- 1
theme/templates/index.html View File

@ -87,7 +87,7 @@
<div class="row-fluid">
<div class="{{css_class}}">
<header>
<h1 id="recent-posts">Recent Posts <a id="allposts" href="{{ SITEURL }}/archives.html">all posts</a></h1>
<h1 id="recent-posts">Posts récents <a id="allposts" href="{{ SITEURL }}/archives.html"> Archives</a></h1>
</header>
<div class="recent-posts">
{% for article in articles %}

Loading…
Cancel
Save