Fix accessing data in home.html and about.html
This commit is contained in:
parent
c536d14bdc
commit
ef7d0fe108
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
{{ if .Site.Data.about }}
|
||||
<!-- summery -->
|
||||
<div class="col-md-6">
|
||||
<h3 class="p-1">{{ .Site.Data.home.author.name }}</h3>
|
||||
<h3 class="p-1">{{ .Site.Data.site.author.name }}</h3>
|
||||
<h5 class="p-1">
|
||||
{{ .Site.Data.about.designation }} at
|
||||
<a href="{{ .Site.Data.about.company.url }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue