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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-15 10:46:50 +0300
committerGitHub <noreply@github.com>2020-04-15 10:46:50 +0300
commit90184ca3e7049188709bb804119833a6bfd263d4 (patch)
tree4f48cfb2ed40efb7995d7a7db157e0ee1e331efd /layouts/_default/summary.html
parentb6ce753ae7892839899962b879e2cc5808c60732 (diff)
feat(search): add local search (#231)
* feat(search): add local search * docs: add docs for search
Diffstat (limited to 'layouts/_default/summary.html')
-rw-r--r--layouts/_default/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html
index 0c75db2..df7ef02 100644
--- a/layouts/_default/summary.html
+++ b/layouts/_default/summary.html
@@ -45,7 +45,7 @@
{{- /* Summary content */ -}}
<div class="content">
{{- with .Summary -}}
- {{- partial "single/content.html" . -}}
+ {{- partial "function/content.html" . | safeHTML -}}
{{- else -}}
{{- .Description | safeHTML -}}
{{- end -}}