readme correction

This commit is contained in:
uoou 2021-01-18 02:52:59 +00:00
parent 248d587052
commit ddc97640fd
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ The stuff `blop` expects inside that local blog folder is as follows:
`blop` uses (very) light templating. The various `*_template.html` files can be constructed in normal HTML. Special HTML comment tags in these files will be replaced with particular content in the HTML output when `blop` is run.
For example, `<!--post-list-->` in `index_template.html` will be replaced with the actual post listing in `index.html` when it is generated.
For example, `<!--post list-->` in `index_template.html` will be replaced with the actual post listing in `index.html` when it is generated.
Here's a complete list of templatable files and the template tags available to them:
@ -40,7 +40,7 @@ Here's a complete list of templatable files and the template tags available to t
| Tag | Description |
| - | - |
| `<!--post-list-->` | The post listing — a list of links to blog posts. You can format this list as you like; see `listing_format` in [Per-Site Settings](#per-site-settings). |
| `<!--post list-->` | The post listing — a list of links to blog posts. You can format this list as you like; see `listing_format` in [Per-Site Settings](#per-site-settings). |
#### post_template.html
@ -55,7 +55,7 @@ Here's a complete list of templatable files and the template tags available to t
| Tag | Description |
| - | - |
| `<!--archive-list-->` | The post listing for the archive page — a list of links to blog posts. You can format this list as you like; see `listing_format` in [Per-Site Settings](#per-site-settings). See also `max_posts` in [Per-Site Settings](#per-site-settings) |
| `<!--archive list-->` | The post listing for the archive page — a list of links to blog posts. You can format this list as you like; see `listing_format` in [Per-Site Settings](#per-site-settings). See also `max_posts` in [Per-Site Settings](#per-site-settings) |
#### rss_template.xml