diff options
Diffstat (limited to 'juick-www/src/main/resources/templates/views/partial/homecolumn.html')
-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 |