diff --git a/layouts/partials/algolia.html b/layouts/partials/algolia.html new file mode 100644 index 00000000000..d480aee9c62 --- /dev/null +++ b/layouts/partials/algolia.html @@ -0,0 +1,130 @@ +{{- $algolia := site.Params.algolia -}} +{{- if $algolia }} + +{{- end }} diff --git a/layouts/partials/commento.html b/layouts/partials/commento.html new file mode 100644 index 00000000000..710163cba14 --- /dev/null +++ b/layouts/partials/commento.html @@ -0,0 +1,5 @@ +{{ if ne (.Param "comments") false }} +
+ + +{{ end }} diff --git a/layouts/partials/feedback.html b/layouts/partials/feedback.html new file mode 100644 index 00000000000..7b54f28462d --- /dev/null +++ b/layouts/partials/feedback.html @@ -0,0 +1,8 @@ +{{- $feedbackText := site.Params.feedback_text | default "Feedback" -}} +{{- with site.Params.feedback_link -}} +