changed some pics

This commit is contained in:
MassiveAtoms
2021-03-15 13:35:36 -03:00
commit 1cec31f0fa
163 changed files with 5850 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{{ if site.Params.map.enable }}
{{ with site.Params.map }}
{{"<!-- Google Map -->" | safeHTML}}
<div class="google-map">
<div id="map" data-latitude="{{ .map_latitude }}"
data-longitude="{{ .map_longitude }}"
data-marker="{{ .map_marker | absURL }}"
data-marker-name="{{ site.Title }}"></div>
</div>
{{ end }}
{{ end }}