Commit
Message
Changed Files (3)
-
modified CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md index f17575b..daec41b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ ### 🐛 Bug Fixes - Write site.css into theme_path/static, instead of theme_path +- Load extra template files when using user theme +- *(docs)* Remove extraneous header level in readme ## [0.6.1] - 2026-06-04 ### 🚀 Features -
modified README.md
diff --git a/README.md b/README.md index 433c7ef..f3b91b4 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Now you can copy the contents of `public/` to your web server to deploy the site To have a look at all the available configuration options, please refer to the documentation of [`config::AbbayeConfig`]. -#### A note on the repository UI +### A note on the repository UI The repository UI is **NOT** enabled by default. It must be enabled explicitly in the configuration with the following: -
modified src/main.rs
diff --git a/src/main.rs b/src/main.rs index e4a15e0..30ac5f2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -104,7 +104,7 @@ //! //! To have a look at all the available configuration options, please refer to the documentation of [`config::AbbayeConfig`]. //! -//! #### A note on the repository UI +//! ### A note on the repository UI //! //! The repository UI is **NOT** enabled by default. It must be enabled explicitly in the configuration with the following: //!