diff options
author | Vitaly Takmazov | 2018-04-17 12:26:23 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-21 08:21:03 +0300 |
commit | 6dc2dccddbcd8a83a757e6131bf08590265d1bec (patch) | |
tree | fe6b50baede8005eda616d3056ae9dcd7978e3a1 /juick-www/src/main/resources/templates/views/partial | |
parent | 1e5b4767af398358c5d30fe5b315484220ec677d (diff) |
www: reduce tags cloud and its layout
Diffstat (limited to 'juick-www/src/main/resources/templates/views/partial')
-rw-r--r-- | juick-www/src/main/resources/templates/views/partial/homecolumn.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/juick-www/src/main/resources/templates/views/partial/homecolumn.html b/juick-www/src/main/resources/templates/views/partial/homecolumn.html index 6142e9e9..1de734e4 100644 --- a/juick-www/src/main/resources/templates/views/partial/homecolumn.html +++ b/juick-www/src/main/resources/templates/views/partial/homecolumn.html @@ -15,9 +15,11 @@ </a> </li> </ul> -<p class="tags"> +<div class="tags"> + <h4>Темы</h4> {% include "views/partial/tags" %} {% if showAdv | default(false) %} + <h4>Наши друзья</h4> <a href="http://ru.wix.com/">конструктор сайтов</a> {% endif %} -</p>
\ No newline at end of file +</div>
\ No newline at end of file |