Make theme compatible with hugoBasicExamples

Signed-off-by: hossainemruz <emruz@appscode.com>
This commit is contained in:
hossainemruz 2020-06-02 03:59:39 +06:00
parent e7b2fba1b0
commit dbd270eaee
60 changed files with 150 additions and 394 deletions

View file

@ -13,14 +13,14 @@
{{ define "content" }}
<div class="container p-0 read-area">
<!--Hero Area-->
<div class="hero-area col-sm-12" style='background-image: url({{ partial "helpers/get-hero.html" .Params }});'>
<div class="hero-area col-sm-12" style='background-image: url({{ partial "helpers/get-hero.html" . }});'>
</div>
<!--Content Start-->
<div class="page-content">
<div class="author-profile ml-auto align-self-lg-center">
<img class="rounded-circle" src='{{ partial "helpers/get-author-image.html" .Params }}'/>
<h5>{{ partial "helpers/get-author-name.html" .Params }}</h5>
<img class="rounded-circle" src='{{ partial "helpers/get-author-image.html" . }}'/>
<h5>{{ partial "helpers/get-author-name.html" . }}</h5>
<p>{{ .Page.Date.Format "January 2, 2006" }}</p>
</div>