Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYue Yang <g1enyy0ung@gmail.com>2022-06-27 11:14:18 +0300
committerYue Yang <g1enyy0ung@gmail.com>2022-06-27 11:14:18 +0300
commitc079959ca4b6aa19ebeabf24a05b4c9017a77c75 (patch)
tree47d4d50a8b82db6d68ee2998f759cd5452a20d09
parent5efedd1fef229671d4f55c774cf24392eac70cff (diff)
perf: cache socials
-rw-r--r--layouts/partials/back.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/back.html b/layouts/partials/back.html
index 1e2afe5..9d1f745 100644
--- a/layouts/partials/back.html
+++ b/layouts/partials/back.html
@@ -15,7 +15,7 @@
<div class="sixteen wide mobile eight wide tablet four wide computer column dream-column">
<article class="ui segment">
<div class="ui medium header">{{ i18n "socialLinks" }}</div>
- {{ partial "socials.html" (dict "Site" .Site "IconSize" "large") }}
+ {{ partialCached "socials.html" (dict "Site" .Site "IconSize" "large") }}
</article>
</div>