diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-27 23:52:14 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-27 23:52:14 -0700 |
commit | b9e4035aa347ecce85bb0dbd0d487558a3e77073 (patch) | |
tree | 0dd28e03c7cb0dccaf7705a02f28a96ae26a4c5a /yt_channel_about_template.html | |
parent | 2ec95adb5fa573e968098efe10571bd5c71fded6 (diff) | |
download | yt-local-b9e4035aa347ecce85bb0dbd0d487558a3e77073.tar.lz yt-local-b9e4035aa347ecce85bb0dbd0d487558a3e77073.tar.xz yt-local-b9e4035aa347ecce85bb0dbd0d487558a3e77073.zip |
channel about page: list links vertically, not inline
Diffstat (limited to 'yt_channel_about_template.html')
-rw-r--r-- | yt_channel_about_template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt_channel_about_template.html b/yt_channel_about_template.html index af61a3d..5ff1542 100644 --- a/yt_channel_about_template.html +++ b/yt_channel_about_template.html @@ -61,7 +61,9 @@ $stats <h3>Description</h3> <span class="description">$description</span> <hr> + <ul> $links + </ul> </div> </main> |