fix: [blog] make URLs compatible with old site

pull/56/head
Christophe Vandeplas 2021-12-31 10:05:28 +01:00
parent 6148a0e85e
commit 8c21b2b2c2
123 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -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