Forráskód Böngészése

Clicking on home page header should refresh the page

Talha Mansoor 11 éve
szülő
commit
aea44236ee
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 %}