Replace `` with html tag (#7879)

Merge pull request 7879
This commit is contained in:
J·Y 2019-10-29 18:26:43 +08:00 committed by jekyllbot
parent 2e3154e288
commit aee034f332
1 changed files with 2 additions and 2 deletions

View File

@ -51,10 +51,10 @@ site:
<code>name</code>, <code>basename</code> and <code>extname</code>. <code>name</code>, <code>basename</code> and <code>extname</code>.
- name: site.html_pages - name: site.html_pages
description: >- description: >-
A subset of `site.pages` listing those which end in `.html`. A subset of <code>site.pages</code> listing those which end in <code>.html</code>.
- name: site.html_files - name: site.html_files
description: >- description: >-
A subset of `site.static_files` listing those which end in `.html`. A subset of <code>site.static_files</code> listing those which end in <code>.html</code>.
- name: site.collections - name: site.collections
description: >- description: >-
A list of all the collections (including posts). A list of all the collections (including posts).