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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/docs/doc_list.html')
-rw-r--r--layouts/docs/doc_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/docs/doc_list.html b/layouts/docs/doc_list.html
index a349171..1f40d8d 100644
--- a/layouts/docs/doc_list.html
+++ b/layouts/docs/doc_list.html
@@ -1,6 +1,6 @@
{{/* Deprecation warning(v1.0.0) starts */}}
{{ define "main" }}
-{{ warnf "Value 'doc_list' of layout param in %q is deprecated and will be removed in Eureka v1.0.0. Use 'doc-list' instead." .File.Path }}
+{{ warnf "Value 'doc_list' of layout param in %q is deprecated and will be removed in Eureka v1.0.0. Please use 'doc-list' instead." .File.Path }}
{{ partial "components/doc-list" . }}
{{ end }}
{{/* Deprecation warning(v1.0.0) ends */}} \ No newline at end of file