diff options
author | neodarz <neodarz@neodarz.net> | 2018-01-05 15:03:36 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-01-05 15:03:36 +0100 |
commit | 458bca9b10805e4c7572696d58360809aafeefec (patch) | |
tree | ab86a49bb131da3a5c39cf165c9c4c7794df9721 /README.md | |
parent | c7bcdbd9b52cb050490074940685602fadefb1f9 (diff) | |
download | my_new_personal_website-458bca9b10805e4c7572696d58360809aafeefec.tar.xz my_new_personal_website-458bca9b10805e4c7572696d58360809aafeefec.zip |
create master branch instead of source
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,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 at [`source/template.html`](source/template.html). +located at [`master/template.html`](master/template.html). Beyond Pandoc's standard Markdown to HTML conversion, `pyblog` postprocesses Pandoc-generated HTML to add a few Markdown extensions and |