Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chagratt
bwog-notes-v2
Commits
b2351694
Commit
b2351694
authored
May 25, 2020
by
wbar
Browse files
add hand-made svg favicon
parent
b0526b5f
Changes
3
Hide whitespace changes
Inline
Side-by-side
config.toml
View file @
b2351694
...
@@ -8,6 +8,7 @@ paginate = 10
...
@@ -8,6 +8,7 @@ paginate = 10
section_on_frontpage
=
"posts"
section_on_frontpage
=
"posts"
description
=
"Bloc notes en ligne sur l'administration système Linux et autres sujets liés"
description
=
"Bloc notes en ligne sur l'administration système Linux et autres sujets liés"
author
=
"Chagratt"
author
=
"Chagratt"
images
=
["favicon.svg"]
[permalinks]
[permalinks]
posts
=
"/:year/:title/"
posts
=
"/:year/:title/"
...
...
layouts/partials/header.html
View file @
b2351694
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
{{ .Hugo.Generator }}
{{ .Hugo.Generator }}
<link
rel=
"stylesheet"
href=
"{{ .Site.BaseURL}}css/style.css"
>
<link
rel=
"stylesheet"
href=
"{{ .Site.BaseURL}}css/style.css"
>
<link
href=
"{{ .Site.RSSLink }}"
rel=
"alternate"
type=
"application/rss+xml"
title=
"{{ .Site.Title }}"
>
<link
href=
"{{ .Site.RSSLink }}"
rel=
"alternate"
type=
"application/rss+xml"
title=
"{{ .Site.Title }}"
>
<link
rel=
"icon"
type=
"image/
x-icon
"
href=
"{{ .Site.BaseURL }}favicon.
ico
"
>
<link
rel=
"icon"
type=
"image/
svg+xml
"
href=
"{{ .Site.BaseURL }}favicon.
svg
"
>
{{- template "_internal/opengraph.html" . -}}
{{- template "_internal/opengraph.html" . -}}
{{- template "_internal/schema.html" . -}}
{{- template "_internal/schema.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}
...
...
static/favicon.svg
0 → 100644
View file @
b2351694
<svg
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 32 32"
>
<path
fill=
"#00000"
d=
"M0 0h32v32H0z"
/>
<foreignObject
fill=
"#0000"
font-size=
"24"
font-family=
"serif"
x=
"1"
y=
"1"
width=
"32"
height=
"32"
color=
"#fff"
>
<p
xmlns=
"http://www.w3.org/1999/xhtml"
style=
"line-height:1em;margin:0"
>
$_
</p>
</foreignObject>
</svg>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment