Ver código fonte

Clicking on home page header should refresh the page

Talha Mansoor 11 anos atrás
pai
commit
aea44236ee
1 arquivos alterados com 1 adições e 1 exclusões
  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 %}