From aee034f332c2b02c3abbef07e14fd2160939c7e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C2=B7Y?= Date: Tue, 29 Oct 2019 18:26:43 +0800 Subject: [PATCH] Replace `` with html tag (#7879) Merge pull request 7879 --- docs/_data/jekyll_variables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_data/jekyll_variables.yml b/docs/_data/jekyll_variables.yml index 4ee9bcf6..630abde6 100644 --- a/docs/_data/jekyll_variables.yml +++ b/docs/_data/jekyll_variables.yml @@ -51,10 +51,10 @@ site: name, basename and extname. - name: site.html_pages description: >- - A subset of `site.pages` listing those which end in `.html`. + A subset of site.pages listing those which end in .html. - name: site.html_files description: >- - A subset of `site.static_files` listing those which end in `.html`. + A subset of site.static_files listing those which end in .html. - name: site.collections description: >- A list of all the collections (including posts).