placeholder in front matter, social media links, open source from github
This commit is contained in:
12
layouts/_default/contact.html
Normal file
12
layouts/_default/contact.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ define "main" }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
{{ .Content }}
|
||||
<h3>Social Media</h3>
|
||||
<ul>
|
||||
{{ range .Site.Data.socialmedia.accounts }}
|
||||
<li><a href="{{ .url }}">{{ .name }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user