fixed, reworked and simplyfied and added example content in markdown

This commit is contained in:
rac2030 2017-02-28 04:36:18 +01:00
parent bdf28fd018
commit ff46ccae8b
15 changed files with 335 additions and 286 deletions

View file

@ -0,0 +1 @@
<iframe src="https://www.google.com/maps/embed?pb={{ .Get "pb" }}" width="{{ if .Get "width" }}{{ .Get "width" }}{{ else }}100%{{ end }}" height="{{ if .Get "height" }}{{ .Get "height" }}{{ else }}450{{ end }}" frameborder="0" style="border:0" allowfullscreen></iframe>

View file

@ -0,0 +1,5 @@
<ul class="icons">
{{ range .Site.Params.social }}
<li><a href="{{ .link | safeURL }}" class="icon fa-{{ .icon }}"><span class="label">{{ .medium }}</span></a></li>
{{ end }}
</ul>