Explorar el Código

allow links in social of footer

tags/v1.0.0
jesus m. rodriguez hace 6 años
padre
commit
30ec0f64dd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      layouts/partials/footer.html

+ 2
- 2
layouts/partials/footer.html Ver fichero

@@ -8,7 +8,7 @@
<div class="social-icon">
<ul class="list-inline">
{{ 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 }}
</ul>
</div>
@@ -56,4 +56,4 @@
<script type="text/javascript" src="{{ "js/script.js" | absURL}}"></script>
</body>
</html>
</html>

Cargando…
Cancelar
Guardar