Procházet zdrojové kódy

stop caching the header to fix titles

master
Sean Dockray před 3 roky
rodič
revize
0745d21505
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      themes/sandpoints/layouts/_default/baseof.html

+ 1
- 1
themes/sandpoints/layouts/_default/baseof.html Zobrazit soubor

@@ -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>


Načítá se…
Zrušit
Uložit