Sfoglia il codice sorgente

stop caching the header to fix titles

master
Sean Dockray 3 anni fa
parent
commit
0745d21505
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      themes/sandpoints/layouts/_default/baseof.html

+ 1
- 1
themes/sandpoints/layouts/_default/baseof.html Vedi File

@@ -2,7 +2,7 @@

<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
<head>
{{- partialCached "head.html" . -}}
{{- partial "head.html" . -}}
{{- partialCached "sandpointjs.html" . .RelPermalink -}}
</head>
<body>


Caricamento…
Annulla
Salva