diff --git a/README.md b/README.md index adfca71..59460b8 100644 --- a/README.md +++ b/README.md @@ -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, `` in `index_template.html` will be replaced with the actual post listing in `index.html` when it is generated. +For example, `` 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 | | - | - | -| `` | 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). | +| `` | 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 | | - | - | -| `` | 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) | +| `` | 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