Skip to content

Commit

Permalink
enabled the form, removed unnecessary social icons in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrizzo1 committed Nov 4, 2024
1 parent ef43013 commit 92767da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions data/en/contact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ contact:
enable : true
title : Contact Us
subtitle : Contact Details
content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsam, vero, provident, eum eligendi blanditiis ex explicabo vitae nostrum facilis asperiores dolorem illo officiis ratione vel fugiat dicta laboriosam labore adipisci.
content : Please send us a message and we will get back to you as soon as possible.

# Contact details
contact_list:
Expand All @@ -23,7 +23,7 @@ contact:
# Contact form
contact_form:
enable : true
form_action : "xbljrkaz" #contact form works with https://formspree.io
form_action : "https://formspree.io/f/xbljrkaz" #contact form works with https://formspree.io
name : "Your Name"
email : "Your Email"
subject : "Subject"
Expand Down
24 changes: 12 additions & 12 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -219,13 +219,13 @@ expire_days = 2
# map_marker = "images/marker.png"

############################# social icons ##########################
[[params.social]]
icon = "ti-facebook" # themify icon pack : https://themify.me/themify-icons
link = "#"
# [[params.social]]
# icon = "ti-facebook" # themify icon pack : https://themify.me/themify-icons
# link = "#"

[[params.social]]
icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
link = "#"
# [[params.social]]
# icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
# link = "#"

[[params.social]]
icon = "ti-youtube" # themify icon pack : https://themify.me/themify-icons
Expand All @@ -235,13 +235,13 @@ link = "#"
icon = "ti-linkedin" # themify icon pack : https://themify.me/themify-icons
link = "#"

[[params.social]]
icon = "ti-dribbble" # themify icon pack : https://themify.me/themify-icons
link = "#"
# [[params.social]]
# icon = "ti-dribbble" # themify icon pack : https://themify.me/themify-icons
# link = "#"

[[params.social]]
icon = "ti-pinterest" # themify icon pack : https://themify.me/themify-icons
link = "#"
# [[params.social]]
# icon = "ti-pinterest" # themify icon pack : https://themify.me/themify-icons
# link = "#"


################################ English Language ########################
Expand Down

0 comments on commit 92767da

Please sign in to comment.