瀏覽代碼

allow links in social of footer

tags/v1.0.0
jesus m. rodriguez 6 年之前
父節點
當前提交
30ec0f64dd
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      layouts/partials/footer.html

+ 2
- 2
layouts/partials/footer.html 查看文件

@@ -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>

Loading…
取消
儲存