Update the footer template with the new data file location

The social icons data was moved in cfad05b, but we need to update
the footer template with the new location as well to be able to
access the data.
This commit is contained in:
Jack Taylor 2017-03-28 15:55:57 +09:00
parent cfad05b6a0
commit 2366c020e7

View file

@ -3,7 +3,7 @@
<div class="row"> <div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center footer-links"> <ul class="list-inline text-center footer-links">
{{ range .Site.Data.social.social_icons }} {{ range .Site.Data.beautifulhugo.social.social_icons }}
{{- if isset $.Site.Author .id }} {{- if isset $.Site.Author .id }}
<li> <li>
<a href="{{ printf .url (index $.Site.Author .id) }}" title="{{ .title }}"> <a href="{{ printf .url (index $.Site.Author .id) }}" title="{{ .title }}">