Просмотр исходного кода

Clicking on home page header should refresh the page

Talha Mansoor лет назад: 11
Родитель
Сommit
aea44236ee
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      templates/index.html

+ 1 - 1
templates/index.html

@@ -11,7 +11,7 @@ Home page of the {{ SITENAME|striptags }} blog.
 <div class="row-fluid">
     {% if LANDING_PAGE_ABOUT and LANDING_PAGE_ABOUT.title %}
     <header class="page_header span12">
-    <h1>{{ LANDING_PAGE_ABOUT.title }}</h1>
+    <h1><a href="{{ SITEURL }}">{{ LANDING_PAGE_ABOUT.title }}</a></h1>
     </header>
     {% endif %}