aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/channel.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html
index ffcf793..8293559 100644
--- a/youtube/templates/channel.html
+++ b/youtube/templates/channel.html
@@ -18,7 +18,7 @@
height:200px;
width:200px;
}
- main .title{
+ main .summary{
grid-row:1;
grid-column:2;
}
@@ -77,7 +77,10 @@
{% block main %}
<img class="avatar" src="{{ avatar }}">
- <h2 class="title">{{ channel_name }}</h2>
+ <div class="summary">
+ <h2 class="title">{{ channel_name }}</h2>
+ <p class="short-description">{{ short_description }}</p>
+ </div>
<nav class="channel-tabs">
{% for tab_name in ('Videos', 'Playlists', 'About') %}
{% if tab_name.lower() == current_tab %}