mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
feat: Add option for a noindex meta tag on the HTML index page
Adds a new config option `index_page_allow_indexing` which defaults to false. Fixes: !1527
This commit is contained in:
@@ -2093,6 +2093,13 @@ pub struct Config {
|
||||
#[serde(default)]
|
||||
pub force_disable_first_run_mode: bool,
|
||||
|
||||
/// Allow or disallow search engine crawling by adding
|
||||
/// `<meta name="robots" content="noindex" />` to the index page.
|
||||
///
|
||||
/// default: false
|
||||
#[serde(default)]
|
||||
pub index_page_allow_indexing: bool,
|
||||
|
||||
/// display: nested
|
||||
#[serde(default)]
|
||||
pub ldap: LdapConfig,
|
||||
|
||||
Reference in New Issue
Block a user