Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-10-16 20:04:35 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-10-16 20:04:35 +0300
commitebb14fb8e4737db4afcebad1f2f6ea4d4e1a3c1e (patch)
treee273a3657745854133771669864a9426e39be1dd /README.md
parent40647ffb41c2b6ddcdb01a10d1c827fb415abb35 (diff)
Add partials for single post header and footer
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf33ec9..151546b 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,15 @@ Tale allows for writing the summary of your posts manually by setting the `summa
Tale has basic support for taxonomies. Taxonomy and terms pages will be generated when you have defined taxonomies, but you need to include links to these pages yourself. For example, you can add a link to a taxonomy page in `header-menu.html`.
+### Placeholder partials
+
+The theme contains placeholder partials to make the theme more flexible and easier to adapt to your site without having to change the theme itself. These are:
+
+- `single/header.html`
+- `single/footer.html`
+
+These are included in the template for a single post, at the top of the post (below the title) and at the bottom of the post, respectively. These can be used, for example, to include additional information about the post author or for related posts. Create a file `/layouts/partials/single/header.html` or `footer.html` on your own site to have it included.
+
## Acknowledgments
Thanks