mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
⬆️ chore(deps): update demo and CI to Zola v0.19.1 (#345)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
parent
ced0cb43b6
commit
6ca5a56055
11 changed files with 7 additions and 33 deletions
|
@ -8,7 +8,6 @@ description = "Discover the many ways you can customise your tabi site."
|
|||
tags = ["showcase", "tutorial", "FAQ"]
|
||||
|
||||
[extra]
|
||||
footnote_backlinks = true
|
||||
quick_navigation_buttons = true
|
||||
social_media_card = "social_cards/blog_mastering_tabi_settings.jpg"
|
||||
+++
|
||||
|
@ -840,8 +839,6 @@ This feature is enabled by default. To disable it (and allow all connections), s
|
|||
|
||||
See the [CSP documentation page](@/blog/security/index.md) for more information.
|
||||
|
||||
---
|
||||
|
||||
[^1]: If you're using a remote Git repository, you might want to automate the process of updating the `updated` field. Here's a guide for that: [Zola Git Pre-Commit Hook: Updating Post Dates](https://osc.garden/blog/zola-date-git-hook/).
|
||||
|
||||
[^2]: To encode your email in base64 you can use [online tools](https://www.base64encode.org/) or, on your terminal, run: `printf 'mail@example.com' | base64`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue