aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/top-block.html
blob: 93500135596cde12c1af7a2f5cb83df342770339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

    <!-- Full Page Image Header Area -->
    <div id="top" class="header">
      <div class="vert-text social-buttons">
        <div class="buttonbox col-md-6">
       {{ range .Site.Params.social }}
            <a href="{{ .url }}" class="btn btn-default btn-lg"><i class="icon-{{ lower .title }}"></i> <span class="network-name">{{ .title }}</span></a>
        {{ end }}
        </div>
      </div>
    </div>
    <!-- /Full Page Image Header Area -->