diff options
| author | Volpeon <git@volpeon.ink> | 2022-06-19 17:57:09 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-06-19 17:57:09 +0200 |
| commit | 787f3fd33b0f1828283fe6ec4e5f55623cde96c8 (patch) | |
| tree | 3ceab32f14f1dc174eb12252709ac8b5baa0b956 /templates/layouts/exhibit.html | |
| parent | Update (diff) | |
| download | volpeon.ink-787f3fd33b0f1828283fe6ec4e5f55623cde96c8.tar.gz volpeon.ink-787f3fd33b0f1828283fe6ec4e5f55623cde96c8.tar.bz2 volpeon.ink-787f3fd33b0f1828283fe6ec4e5f55623cde96c8.zip | |
Update
Diffstat (limited to 'templates/layouts/exhibit.html')
| -rw-r--r-- | templates/layouts/exhibit.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/layouts/exhibit.html b/templates/layouts/exhibit.html index 7e45298..1ef3bff 100644 --- a/templates/layouts/exhibit.html +++ b/templates/layouts/exhibit.html | |||
| @@ -48,8 +48,10 @@ | |||
| 48 | </section> | 48 | </section> |
| 49 | 49 | ||
| 50 | <div class="l-container l-container--pad-x l-container--pad-y l-container--narrow-125 u-pt-0"> | 50 | <div class="l-container l-container--pad-x l-container--pad-y l-container--narrow-125 u-pt-0"> |
| 51 | <div class="s-colored-links s-headings s-blockquotes s-code s-lists s-tables s-alerts e-content" itemprop="articleBody"> | 51 | <div class="l-container l-container--narrow u-ml-0"> |
| 52 | <div class="s-colored-links s-headings s-blockquotes s-code s-lists s-tables s-alerts e-content" itemprop="articleBody"> | ||
| 52 | $body$ | 53 | $body$ |
| 54 | </div> | ||
| 53 | </div> | 55 | </div> |
| 54 | </div> | 56 | </div> |
| 55 | </main> | 57 | </main> |
