diff options
| author | Volpeon <git@volpeon.ink> | 2022-06-12 21:39:21 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-06-12 21:39:21 +0200 |
| commit | e940f40ea07da41671dc75c9cd8c829e14f47568 (patch) | |
| tree | 62cd20162942e71499a7ff8233c1082237fbf6fc | |
| parent | Better list layouts, added 'random' link for Fediring (diff) | |
| download | volpeon.ink-e940f40ea07da41671dc75c9cd8c829e14f47568.tar.gz volpeon.ink-e940f40ea07da41671dc75c9cd8c829e14f47568.tar.bz2 volpeon.ink-e940f40ea07da41671dc75c9cd8c829e14f47568.zip | |
Update
| -rw-r--r-- | templates/layouts/categorized_list.html | 2 | ||||
| -rw-r--r-- | templates/partials/ascii_fox.html | 1 | ||||
| -rw-r--r-- | templates/partials/ascii_fox_small.html | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 3fabd16..19425a0 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
| @@ -44,7 +44,7 @@ $body$ | |||
| 44 | </div> | 44 | </div> |
| 45 | $if(it.omitted)$ | 45 | $if(it.omitted)$ |
| 46 | <footer class="l-card-list__footer"> | 46 | <footer class="l-card-list__footer"> |
| 47 | <a class="l-media__block o-badge" href="$it.url.rel$"> | 47 | <a class="l-media__block o-badge o-badge--200" href="$it.url.rel$"> |
| 48 | $it.omitted$ more items <span class="u-ml-10">→</span> | 48 | $it.omitted$ more items <span class="u-ml-10">→</span> |
| 49 | </a> | 49 | </a> |
| 50 | </footer> | 50 | </footer> |
diff --git a/templates/partials/ascii_fox.html b/templates/partials/ascii_fox.html index bdce36b..49957dc 100644 --- a/templates/partials/ascii_fox.html +++ b/templates/partials/ascii_fox.html | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | |||
| 2 | ' ' ' ' ' ' | 1 | ' ' ' ' ' ' |
| 3 | ' ' ' ' ' ' ' ' ' ' ' ' ' | 2 | ' ' ' ' ' ' ' ' ' ' ' ' ' |
| 4 | ' . | | | ' ' ' ' ' | | ' ' | ' | 3 | ' . | | | ' ' ' ' ' | | ' ' | ' |
diff --git a/templates/partials/ascii_fox_small.html b/templates/partials/ascii_fox_small.html index 97ce600..6896f38 100644 --- a/templates/partials/ascii_fox_small.html +++ b/templates/partials/ascii_fox_small.html | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | |||
| 2 | ' ' ' ' | 1 | ' ' ' ' |
| 3 | | | ' ' ' | | ' ' | 2 | | | ' ' ' | | ' ' |
| 4 | | ' | ' ' ' | ' | ' ' | 3 | | ' | ' ' ' | ' | ' ' |
