Création d'une favicon (de merde)
This commit is contained in:
parent
847fd89aeb
commit
c0e89b87b2
3 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
baseURL = 'https://jouf.fr/accueil'
|
||||
languageCode = 'fr-FR'
|
||||
DefaultContentLanguage = "fr"
|
||||
title = 'Le site de stan'
|
||||
title = 'JOUF.FR'
|
||||
theme = "hugo-theme-techdoc"
|
||||
|
||||
hasCJKLanguage = true
|
||||
|
@ -36,6 +36,8 @@ enableMissingTranslationPlaceholders = false
|
|||
|
||||
# Documentation Menu section
|
||||
# Menu style settings
|
||||
# open menu has always its items expanded
|
||||
# slide menu has a button to expand/collapse each menu item
|
||||
menu_style = "slide-menu" # "open-menu" or "slide-menu" or "" blank is as no sidebar
|
||||
|
||||
# Date format
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
<link href="{{ .Site.BaseURL }}/index.xml" rel="alternate" type="application/rss+xml">
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
<link rel="stylesheet" href="{{"css/theme.min.css" | absURL}}">
|
||||
<link rel="shortcut icon" href="{{ "favicon.png" | absURL }}">
|
||||
{{ partial "meta/chroma.html" . -}}
|
||||
<script defer src="{{ .Site.BaseURL }}/js/fontawesome6/all.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||
|
|
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 203 B |
Loading…
Add table
Add a link
Reference in a new issue