clean up + ajouts divers

This commit is contained in:
2021-05-02 18:17:03 +02:00
parent 362a0b54af
commit 3486de3c3e
16 changed files with 79 additions and 53 deletions
+3 -2
View File
@@ -12,7 +12,7 @@
<base href="{{ .Site.BaseURL }}">
<title>{{ .Site.Title }}</title>
<link rel="canonical" href="{{ .Permalink }}">
<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
<!-- link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /-->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
{{ partial "head_includes.html" . }}
@@ -21,7 +21,7 @@
{{ partial "sidebar.html" . }}
<!-- See /layouts/indexes/category.html for explanation of this section -->
<!-- See /layouts/indexes/category.html for explanation of this section
<div class="wrap">
<div class="masthead">
<div class="container">
@@ -30,6 +30,7 @@
</h3>
</div>
</div>
-->
<!--
This section contains the content of our home page.
+2 -2
View File
@@ -2,7 +2,7 @@
- id: dateFormat
translation: "2 Janvier, 2006"
- id: postedOnDate
translation: "Posté le {{ .Count }}"
#translation: "Posté le {{ .Count }}"
- id: translationsLabel
translation: "Autres langues: "
- id: translationsSeparator
@@ -34,7 +34,7 @@
- id: gcseLabelShort
translation: "Recherche"
- id: gcseLabelLong
translation: "Search {{ .Site.Title }}"
translation: "Recherche {{ .Site.Title }}"
- id: gcseClose
translation: "Fermer"
+2 -2
View File
@@ -46,12 +46,12 @@
<ul class="pager main-pager">
{{ if .Paginator.HasPrev }}
<li class="previous">
<a href="{{ .URL }}page/{{ .Paginator.Prev.PageNumber }}">&larr; {{ i18n "newerPosts" }}</a>
<a href="{{ .Permalink }}page/{{ .Paginator.Prev.PageNumber }}">&larr; {{ i18n "newerPosts" }}</a>
</li>
{{ end }}
{{ if .Paginator.HasNext }}
<li class="next">
<a href="{{ .URL }}page/{{ .Paginator.Next.PageNumber }}">{{ i18n "olderPosts" }} &rarr;</a>
<a href="{{ .Permalink }}page/{{ .Paginator.Next.PageNumber }}">{{ i18n "olderPosts" }} &rarr;</a>
</li>
{{ end }}
</ul>
Submodule
+1
Submodule themes/zen added at eab34d2c67