diff options
author | Volpeon <git@volpeon.ink> | 2022-06-20 07:18:57 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-20 07:18:57 +0200 |
commit | 94f0dd1210c8e8b0f1b652773cba6119499a8a55 (patch) | |
tree | aa64541da2528f40c23e8806f791b62fe6f81f92 /templates/layouts/exhibit.html | |
parent | Update (diff) | |
download | volpeon.ink-94f0dd1210c8e8b0f1b652773cba6119499a8a55.tar.gz volpeon.ink-94f0dd1210c8e8b0f1b652773cba6119499a8a55.tar.bz2 volpeon.ink-94f0dd1210c8e8b0f1b652773cba6119499a8a55.zip |
Remove card ellipsis
Diffstat (limited to 'templates/layouts/exhibit.html')
-rw-r--r-- | templates/layouts/exhibit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/exhibit.html b/templates/layouts/exhibit.html index 1ef3bff..3170305 100644 --- a/templates/layouts/exhibit.html +++ b/templates/layouts/exhibit.html | |||
@@ -33,7 +33,7 @@ | |||
33 | </time> | 33 | </time> |
34 | </small> | 34 | </small> |
35 | $endif$ | 35 | $endif$ |
36 | <strong class="u-d-block u-elp" itemprop="name headline">$title$</strong> | 36 | <strong class="u-d-block" itemprop="name headline">$title$</strong> |
37 | </div> | 37 | </div> |
38 | $if(date)$ | 38 | $if(date)$ |
39 | <small class="l-media__block u-d-none@sm-lo"> | 39 | <small class="l-media__block u-d-none@sm-lo"> |