Fix accessing data in home.html and about.html

This commit is contained in:
hossainemruz 2020-06-17 22:22:22 +06:00
parent c536d14bdc
commit ef7d0fe108
2 changed files with 2 additions and 2 deletions

View file

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