From 040d8d2833c26c53cf9f0e035910821ed50e3863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 7 Oct 2017 18:38:16 +0200 Subject: [PATCH] Squashed 'themes/gohugoioTheme/' changes from cdaa89c8..6b632895 6b632895 Cache some partials git-subtree-dir: themes/gohugoioTheme git-subtree-split: 6b632895abe6a8644f528c5da780ef6caf1d48ed --- layouts/_default/baseof.html | 2 +- layouts/partials/site-nav.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c2ea02c59..fb09c0db4 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -44,7 +44,7 @@ {{ block "main" . }}{{ end }} - {{ block "footer" . }}{{ partial "site-footer.html" . }}{{ end }} + {{ block "footer" . }}{{ partialCached "site-footer.html" . }}{{ end }} {{ block "scripts" . }}{{- partial "site-scripts.html" . -}}{{ end }} diff --git a/layouts/partials/site-nav.html b/layouts/partials/site-nav.html index c96680e32..eabf0ea7c 100755 --- a/layouts/partials/site-nav.html +++ b/layouts/partials/site-nav.html @@ -29,7 +29,7 @@ - {{- partial "social-follow.html" . -}} + {{- partialCached "social-follow.html" . -}}