Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
aishikrehman committed Mar 17, 2024
1 parent eef0959 commit d276be6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 966 deletions.
6 changes: 3 additions & 3 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container py-5">
<div class="py-md-5 d-flex flex-wrap flex-sm-nowrap justify-content-center justify-content-sm-between align-items-center">
<div class="ps-3">
<div class="mb-2">{{ partial "meta.breadcrumb.html" . }}</div>
<div class="d-none">{{ partial "meta.breadcrumb.html" . }}</div>
<h3 class="text-light" itemprop="headline">{{ .Title }}</h3>
<div class="text-light" itemprop="author" itemscope itemtype="https://schema.org/Person">
<i class="bi bi-person-fill-check pe-1"></i>
Expand All @@ -15,12 +15,12 @@ <h3 class="text-light" itemprop="headline">{{ .Title }}</h3>
<div class="d-flex pt-5 pt-md-0">
<div class="text-sm-end me-5">
<div class="text-light fs-base">{{i18n "timetoread"}}</div>
<h5 class="text-light">{{ .ReadingTime }} {{i18n "mintues"}} </h5>
<span class="text-light">{{ .ReadingTime }} {{i18n "mintues"}}</span>
</div>
{{ with .Params.date }}
<div class="text-sm-end me-5">
<div class="text-light fs-base">{{i18n "pubon"}}</div>
<h5 class="text-light">{{ . | dateFormat "02 January 2006" }} </h5>
<span class="text-light">{{ . | dateFormat "January 02, 2006" }} </span>
</div>
{{ end }}
</div>
Expand Down
Loading

0 comments on commit d276be6

Please sign in to comment.