Fix stripping ".git" from dir names
[phorkie.git] / data / templates / base.htm
index 330cec6aa7a8dc3eea92ead2345b06dbc397e9f6..7eef70f6a3b5e851ec4538dcd2575b3768c5e9a9 100644 (file)
@@ -11,7 +11,9 @@
   <link rel="stylesheet" href="{{css}}"/>
   {% endif %}
   {% if iconpng %}
-  <link rel="shortcut icon" href="{{iconpng}}" type="image/png"/>
+  <link rel="icon" href="{{iconpng}}" type="image/png"/>
+  {% else %}
+  <link rel="icon" href="favicon.ico"/>
   {% endif %}
   <title>{% block title %}{% endblock %} - {{title}}</title>
   <script src="js/jquery.js"></script>
@@ -90,7 +92,7 @@
   </div>
 
   <div class="container footer">
-   <a href="//sf.net/p/phorkie/">phorkie</a>,
+   <a href="https://cweiske.de/phorkie.htm">phorkie</a>,
    the self-hosted, git-based pastebin software is available under the
    <a href="http://www.gnu.org/licenses/agpl-3.0.html">
     <abbr title="GNU Affero General Public License">AGPL</abbr></a>.