all repos — zola-bearblog @ 1826ac53891b38845611b05eda6abe224ad5fc0b

Port of bear blog theme to zola

doc: fix link to default style

Alan Pearce
commit

1826ac53891b38845611b05eda6abe224ad5fc0b

parent

2505efa851a0221d4d01c2f0fcc3fd0e24772d66

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M README.mdREADME.md
@@ -78,7 +78,7 @@
### Adding your branding / colors / css -Add a `custom_head.html`-file to your `templates/`-directory. In there you may add a `<style>`-tag, *or* you may add a `<link>`-tag referencing your own `custom.css` (in case you prefer to have a separate `.css`-file). Check out the [`style.html`](https://codeberg.org/alanpearce/zola-bearblog/src/branch/main/templates/style.html)-file to find out which CSS-styles are applied by default. +Add a `custom_head.html`-file to your `templates/`-directory. In there you may add a `<style>`-tag, *or* you may add a `<link>`-tag referencing your own `custom.css` (in case you prefer to have a separate `.css`-file). Check out the [`style.html`](https://codeberg.org/alanpearce/zola-bearblog/src/branch/main/templates/style.css.html)-file to find out which CSS-styles are applied by default. ### Table of contents