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:
parent
cfad05b6a0
commit
2366c020e7
1 changed files with 1 additions and 1 deletions
|
@ -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 }}">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue