This commit is contained in:
@ -49,7 +49,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-7 text-sm-start text-center">
|
||||
<p class="mb-0 text-white text-opacity-50">{{ .Site.Params.copyright | markdownify | emojify }}</p>
|
||||
<p class="mb-0 text-white text-opacity-50">Copyright © {{ time.Format "2006" now }} {{ .Site.Params.copyright | markdownify | emojify }}</p>
|
||||
</div>
|
||||
<div class="col-sm-5 text-sm-end text-center">
|
||||
<ul class="list-inline">
|
||||
|
@ -7,9 +7,9 @@
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="card-body h-100 d-flex flex-column justify-content-around">
|
||||
<h4 class="card-title">{{ .title }}</h4>
|
||||
<h4 class="card-title mb-0">{{ .title }}</h4>
|
||||
{{ with .location }}
|
||||
<div class="card-text">
|
||||
<div class="card-text d-flex align-items-center">
|
||||
<i class="mdi mdi-map-marker-radius-outline icon-s text-primary me-2"></i>{{ . | markdownify }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user