Browse Source

modified config file

tags/v1.0.0
Themefisher Dev 5 years ago
parent
commit
f0e5f4081b
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      exampleSite/config.toml
  2. 1
    1
      layouts/_default/single.html

+ 3
- 3
exampleSite/config.toml View File

@@ -89,9 +89,9 @@ logo = "images/logo.png"
description = "Responsive Multipurpose Parallax HTML5 Template"
author = "Themefisher"
# Google Analitycs
google_analitycs_id = "Your ID"
google_analitycs_id = "" # Your ID
# post share
postShare = true
post_share = true

# preloader
[params.preloader]
@@ -100,7 +100,7 @@ preloader = "images/logo.png"

# google map
[params.map]
enable = true
enable = false
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"

+ 1
- 1
layouts/_default/single.html View File

@@ -17,7 +17,7 @@
<div class="post-single-content">
{{ .Content }}
</div>
{{ if .Site.Params.postShare }}
{{ if .Site.Params.post_share }}
{{ partial "post-share.html" . }}
{{ end }}
<!-- comments -->

Loading…
Cancel
Save