Browse Source

allow links in social of footer

tags/v1.0.0
jesus m. rodriguez 6 years ago
parent
commit
30ec0f64dd
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      layouts/partials/footer.html

+ 2
- 2
layouts/partials/footer.html View File

<div class="social-icon"> <div class="social-icon">
<ul class="list-inline"> <ul class="list-inline">
{{ range .Site.Params.footer.socialIcon }} {{ range .Site.Params.footer.socialIcon }}
<li><a href="#"><i class="{{ .icon }}"></i></a></li>
<li><a href="{{ .url }}"><i class="{{ .icon }}"></i></a></li>
{{ end }} {{ end }}
</ul> </ul>
</div> </div>
<script type="text/javascript" src="{{ "js/script.js" | absURL}}"></script> <script type="text/javascript" src="{{ "js/script.js" | absURL}}"></script>
</body> </body>
</html>
</html>

Loading…
Cancel
Save