dimension theme
This commit is contained in:
parent
0c44a2e2fe
commit
c8a4fc4567
73 changed files with 10250 additions and 0 deletions
1
themes/dimension/layouts/shortcodes/gmaps.html
Normal file
1
themes/dimension/layouts/shortcodes/gmaps.html
Normal 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>
|
||||
5
themes/dimension/layouts/shortcodes/socialLinks.html
Normal file
5
themes/dimension/layouts/shortcodes/socialLinks.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue