Bladeren bron

Adds dummy url variables to the examplesite config.toml, to lessen the confusion for new users

tags/v1.0.0
JonasVHM 6 jaren geleden
bovenliggende
commit
66712f3e28
1 gewijzigde bestanden met toevoegingen van 7 en 0 verwijderingen
  1. 7
    0
      exampleSite/config.toml

+ 7
- 0
exampleSite/config.toml Bestand weergeven

@@ -98,21 +98,28 @@ custom_css = ["css/custom.css"]
# social Icons
[[params.footer.socialIcon]]
icon = "tf-ion-social-facebook"
url = "#"
[[params.footer.socialIcon]]
icon = "tf-ion-social-twitter"
url = "#"
[[params.footer.socialIcon]]
icon = "tf-ion-social-google-outline"
url = "#"
[[params.footer.socialIcon]]
icon = "tf-ion-social-youtube"
url = "#"
[[params.footer.socialIcon]]
icon = "tf-ion-social-linkedin"
url = "#"
[[params.footer.socialIcon]]
icon = "tf-ion-social-dribbble-outline"
url = "#"
[[params.footer.socialIcon]]
icon = "tf-ion-social-pinterest-outline"
url = "#"

Laden…
Annuleren
Opslaan