ADD post list
This commit is contained in:
parent
826abcd7ae
commit
04f1dd0327
4 changed files with 26 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
{{ if .social }}
|
||||
<div class="social">
|
||||
{{ range .social }}
|
||||
<a href="{{ .url }}"><i class="{{ if .type }} icon-{{ .type }} {{ else }} icon-link {{ end }}"></i></a>
|
||||
<a href="{{ .url }}"><i class="{{ if .type }} icon-{{ .type }} {{ else }} icon-link {{ end }}"></i>{{ if .text }} {{ .text }} {{ end }}</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
@ -19,5 +19,5 @@
|
|||
© {{ dateFormat "2006" now }} {{ .copyright }}</a>
|
||||
</p>
|
||||
{{ end }}
|
||||
</footer>
|
||||
</footer>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue