make title configurable
[phorkie.git] / data / templates / base.htm
index b20bc80af66a025b9de40285413ae55407c4304f..6dfb15a82599010855cff9d24d39f9db713fe5b5 100644 (file)
@@ -4,7 +4,7 @@
  <head>
   <link rel="stylesheet" href="{{css}}"/>
   <link rel="stylesheet" href="/phorkie.css" />
-  <title>{% block title %}{% endblock %} - phorkie</title>
+  <title>{% block title %}{% endblock %} - {{title}}</title>
   <script src="/jquery-1.7.2.min.js"></script>
   <script src="/phorkie.js"></script>
  </head>
@@ -13,7 +13,7 @@
    <div class="navbar-inner">
     <div class="container">
      <a class="brand" href="/">
-      phorkie
+      {{title}}
      </a>
      <ul class="nav">
       <li>
     </div>
    </div>
   </div>
+
+  <div class="container footer">
+   <a href="//sf.net/p/phorkie/">phorkie</a>,
+   the self-hosted, git-based pastebin software is available under the
+   <a href="https://sf.net/p/phorkie/">
+    <acronym title="GNU Affero General Public License">AGPL</acronym></a>.
+  </div>
+
  </body>
 </html>
\ No newline at end of file