diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-01-23 22:51:24 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-01-23 22:51:24 -0800 |
commit | 5bfa55fbcedf531a1e1c23a987a1b9a93762b8d0 (patch) | |
tree | 7e4d80c32d131a3c538d2112d9694cf9db4af37b | |
parent | 96408fa79319c50be9946b79f984f7d03121e7cc (diff) | |
download | my_new_personal_website-5bfa55fbcedf531a1e1c23a987a1b9a93762b8d0.tar.xz my_new_personal_website-5bfa55fbcedf531a1e1c23a987a1b9a93762b8d0.zip |
README.md: Update HTML template location
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ Self-hosted Google Web Fonts are downloaded from [google-webfonts-helper](https: ## Markdown features of `pyblog` `pyblog` uses Pandoc for Markdown processing. The HTML template is -located in [`templates/`](templates). +located at [`source/template.html`](source/template.html). Beyond Pandoc's standard Markdown to HTML conversion, `pyblog` postprocesses Pandoc-generated HTML to add a few Markdown extensions and |