tweak config
This commit is contained in:
parent
20002270df
commit
1473588028
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ highlight_code = true
|
|||
|
||||
[extra]
|
||||
enable_search = true
|
||||
enable_sidebar = true
|
||||
enable_sidebar = false
|
||||
enable_adsense = true
|
||||
enable_multilingue = true
|
||||
enable_multilingue = false
|
||||
adsense_link = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=myclientid"
|
||||
|
||||
[extra.lang]
|
||||
|
@ -49,6 +49,7 @@ items = [
|
|||
{ url = "/", name = "Home" },
|
||||
{ url = "/categories", name = "Categories" },
|
||||
{ url = "/tags", name = "Tags" },
|
||||
{ url = "/blog", name = "Blog" },
|
||||
]},
|
||||
# { lang = "fr", links = [
|
||||
# { url = "/fr", name = "Accueil" },
|
||||
|
@ -62,7 +63,6 @@ title = "Snamellit"
|
|||
items = [
|
||||
{ lang = "en", links = [
|
||||
#{ url = "/markdown", name = "Markdown" },
|
||||
{ url = "/blog", name = "Blog" },
|
||||
] },
|
||||
# { lang = "fr", links = [
|
||||
# { url = "/fr/markdown", name = "Markdown" },
|
||||
|
|
Loading…
Reference in a new issue