Browse Source

Merge pull request #2 from DataWookie/master

Corrected theme name in example site.
tags/v1.0.0
Mehedi Sharif Titas 6 years ago
parent
commit
9841be7074
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      exampleSite/config.toml

+ 2
- 2
exampleSite/config.toml View File

baseURL = "http://example.org/" baseURL = "http://example.org/"
languageCode = "en-us" languageCode = "en-us"
title = "Meghna | Responsive Multipurpose Parallax HTML5 Template" title = "Meghna | Responsive Multipurpose Parallax HTML5 Template"
theme = "meghna"
theme = "meghna-hugo"


# Menu # Menu
[menu] [menu]
icon = "tf-ion-social-dribbble-outline" icon = "tf-ion-social-dribbble-outline"
[[params.footer.socialIcon]] [[params.footer.socialIcon]]
icon = "tf-ion-social-pinterest-outline"
icon = "tf-ion-social-pinterest-outline"

Loading…
Cancel
Save