lien pour le css custom dans README + ajout dans head.html mais ça marche pas
This commit is contained in:
parent
ee5b5cef29
commit
e7a13f92cd
Binary file not shown.
|
@ -14,7 +14,7 @@ transition_speed = "slow"
|
|||
{{< slide class="hello" background-image="images/musee.png">}}
|
||||
|
||||
## Coh@bit
|
||||
### un fablab de l'université de Bordeaux ouvert à TOUS
|
||||
## un fablab de l'université de Bordeaux ouvert à TOUS
|
||||
|
||||
<br>
|
||||
<div class="custom-hello-liens">///PRÉSENTATION///</div><br>
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
<!-- override this partial to add content before the head tag closes -->
|
||||
// css
|
||||
{{ range .Site.Params.custom_css -}}
|
||||
<link rel="stylesheet" href="{{ . | absURL }}">
|
||||
{{- end }}
|
||||
|
||||
|
|
Reference in a new issue