mirror of https://github.com/MISP/misp-website
fix: [blog] make URLs compatible with old site
parent
6148a0e85e
commit
8c21b2b2c2
Binary file not shown.
Before Width: | Height: | Size: 9.7 KiB |
10
config.toml
10
config.toml
|
@ -409,7 +409,7 @@ disablePathToLower = "True"
|
|||
#latitude = "-12.043333"
|
||||
#longitude = "-77.028333"
|
||||
|
||||
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
|
||||
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
|
||||
style = "default"
|
||||
|
||||
# Since this template is static, the contact form uses www.formspree.io as a
|
||||
|
@ -425,7 +425,7 @@ disablePathToLower = "True"
|
|||
# - test a dummy email yourself
|
||||
# - you're done. Happy mailing!
|
||||
#
|
||||
# Enable the contact form by entering your Formspree.io endpoint url
|
||||
# Enable the contact form by entering your Formspree.io endpoint url
|
||||
formspree_action = "https://formspree.io/sample/of/endpoint"
|
||||
contact_form_ajax = false
|
||||
|
||||
|
@ -462,7 +462,7 @@ disablePathToLower = "True"
|
|||
"""
|
||||
|
||||
[permalinks]
|
||||
blog = "/:year/:month/:day/:title"
|
||||
blog = "/:year/:month/:day/:filename.html"
|
||||
|
||||
# Enable or disable top bar with social icons
|
||||
[params.topbar]
|
||||
|
@ -478,13 +478,13 @@ disablePathToLower = "True"
|
|||
|
||||
[params.carouselCustomers]
|
||||
items = 6
|
||||
auto_play = false
|
||||
auto_play = true
|
||||
slide_speed = 2000
|
||||
pagination_speed = 1000
|
||||
|
||||
[params.carouselTestimonals]
|
||||
items = 4
|
||||
auto_play = false
|
||||
auto_play = true
|
||||
slide_speed = 2000
|
||||
pagination_speed = 1000
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue