diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 4 | ||||
-rw-r--r-- | templates/layouts/page.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 6da1065..68c70dd 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -85,8 +85,8 @@ ${layouts/page()} | |||
85 | <div class="c-lightbox__bg"></div> | 85 | <div class="c-lightbox__bg"></div> |
86 | 86 | ||
87 | <div class="c-lightbox__infobar"> | 87 | <div class="c-lightbox__infobar"> |
88 | <span class="c-lightbox__count"></span> | 88 | <div class="o-badge c-lightbox__count"></div> |
89 | 89 | ||
90 | <button class="c-lightbox__close"> | 90 | <button class="c-lightbox__close"> |
91 | <svg class="c-card__block o-icon" width="1em" height="1em" aria-hidden="true"> | 91 | <svg class="c-card__block o-icon" width="1em" height="1em" aria-hidden="true"> |
92 | <use href="/symbols.svg#icon-x"></use> | 92 | <use href="/symbols.svg#icon-x"></use> |
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index e4078cc..ee7437d 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <article class="l-container l-container--pad-x l-container--pad-y l-container--content s-body s-colored-links s-headlines $if(intro)$s-intro$endif$"> | 1 | <article class="l-container l-container--pad-x l-container--pad-y l-container--content s-body s-colored-links s-headlines $if(intro)$s-intro$endif$"> |
2 | $if(date)$ | 2 | $if(date)$ |
3 | <div class="s-body__meta"> | 3 | <div class="o-badge s-body__meta"> |
4 | $date.long$ | 4 | $date.long$ |
5 | </div> | 5 | </div> |
6 | $endif$ | 6 | $endif$ |