Correct misspelling of summary in layout files
This commit is contained in:
parent
c49a06f115
commit
22a7ac40f4
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<div class="container anchor p-md-5" id="{{ replace (lower .section.name) " " "-" }}">
|
||||
<div id="about-template">
|
||||
<div class="row pt-sm-2 pt-md-4 align-self-center">
|
||||
<!-- summery -->
|
||||
<!-- summary -->
|
||||
<div class="col-md-6">
|
||||
<h3 class="p-1">{{ site.Params.author.name }}</h3>
|
||||
{{ if .designation }}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</div>
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">{{ .Title }}</h5>
|
||||
<p class="card-text post-summery">{{ .Summary }}</p>
|
||||
<p class="card-text post-summary">{{ .Summary }}</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<span class="float-left">{{ .Date.Format "January 2, 2006" }}</span>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</div>
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">{{ .Title }}</h5>
|
||||
<p class="card-text post-summery"> {{ .Summary }}</p>
|
||||
<p class="card-text post-summary"> {{ .Summary }}</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<span class="float-left">{{ .Date.Format "January 2, 2006" }}</span>
|
||||
|
|
|
@ -194,7 +194,7 @@ a.focused {
|
|||
margin-top: auto;
|
||||
}
|
||||
|
||||
.post-summery {
|
||||
.post-summary {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.post-summery {
|
||||
.post-summary {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue