refactor: post__footer BEM
| | |
| | | } |
| | | } |
| | | |
| | | &-footer { |
| | | &__footer { |
| | | border-bottom: $border; |
| | | font-size: 1.2rem; |
| | | padding: 12px 0; |
| | | |
| | | &__date { |
| | | &-date { |
| | | margin-right: 10px; |
| | | margin-left: 5px; |
| | | } |
| | |
| | | |
| | | {{- end -}} |
| | | </div> |
| | | <div class="post-footer"> |
| | | <div class="post__footer"> |
| | | {{ with .Page.Params.Categories }} |
| | | {{ partial "taxonomy/categories.html" . }} |
| | | |
| | |
| | | |
| | | |
| | | <!-- --> |
| | | <div class="post-footer"> |
| | | <div class="post__footer"> |
| | | <em class="fas fa-calendar-day"></em> |
| | | <span class="post-footer__date" |
| | | <span class="post__footer-date" |
| | | >{{ if isset .Site.Params "indexdateformat" }} |
| | | {{ .Date.Format .Site.Params.indexDateFormat }} |
| | | |