Преглед изворни кода

stop caching the header to fix titles

master
Sean Dockray пре 3 година
родитељ
комит
0745d21505
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      themes/sandpoints/layouts/_default/baseof.html

+ 1
- 1
themes/sandpoints/layouts/_default/baseof.html Прегледај датотеку

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


Loading…
Откажи
Сачувај