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

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanxiaobei <nanxiaobei@gmail.com>2021-08-24 14:10:13 +0300
committernanxiaobei <nanxiaobei@gmail.com>2021-08-24 14:10:13 +0300
commit7e3baf21a70d03082709d7136e0aaf88f69dbe60 (patch)
tree46d3d79ada6f41bd66599c77b11ddff405531f7d
parenta677d6a6b9f68cfa7a3d19553048be55ead54af1 (diff)
fix scratch
-rw-r--r--layouts/_default/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 889dfcb..5ce4605 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
+{{ $.Scratch.Delete "social-list" }}<!---->
{{ $social := slice "twitter" "github" "instagram" }}<!---->
{{ range $social }}<!---->
{{ if isset site.Params . }}<!---->