Parcourir la source

Fix theme link

master
Adrian Short il y a 3 ans
Parent
révision
edaf3af867
Signé par: adrian ID de la clé GPG: 4B54F9AE91AB06BB
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      layouts/partials/header.html

+ 1
- 1
layouts/partials/header.html Voir le fichier

@@ -3,7 +3,7 @@
<head>
<title>{{- partial "data/title" . -}}</title>
{{ .Hugo.Generator }}
{{ "<!-- Tumble theme for Hugo: https://github.com/adrianshort/tumble -->" | safeHTML }}
{{ "<!-- Author theme for Hugo: https://github.com/adrianshort/author -->" | safeHTML }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="{{ relURL "/css/main.css?4" }}">


Chargement…
Annuler
Enregistrer