favicon
This commit is contained in:
parent
ff0caca8ca
commit
a80561ce16
3 changed files with 5 additions and 4 deletions
1
Makefile
1
Makefile
|
@ -10,6 +10,7 @@ dist:
|
||||||
website: dist
|
website: dist
|
||||||
cp -f website/style.css dist/website/style.css
|
cp -f website/style.css dist/website/style.css
|
||||||
cp -f dist/slides.pdf dist/website/slides.pdf
|
cp -f dist/slides.pdf dist/website/slides.pdf
|
||||||
|
cp -f imgs/favicon.png dist/website/favicon.png
|
||||||
pandoc website/site.md -o dist/website/index.html -c style.css -s
|
pandoc website/site.md -o dist/website/index.html -c style.css -s
|
||||||
|
|
||||||
qrcode:
|
qrcode:
|
||||||
|
|
BIN
imgs/favicon.png
Normal file
BIN
imgs/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Coding Art - Workshop für die KEW 2022
|
title: Coding Art - Workshop für die KEW 2022
|
||||||
include-in-header: <link rel="icon" type="image/x-icon" href="https://ag-link.xyz/assets/img/connection.png" />
|
include-in-header: <link rel="icon" type="image/x-icon" href="favicon.png" />
|
||||||
---
|
---
|
||||||
|
|
||||||
## Ergebnisse des Workshops
|
## Ergebnisse des Workshops
|
||||||
|
|
Loading…
Reference in a new issue