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.