diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 2b30289..d89c164 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,6 +13,11 @@ {% if FEED_ALL_RSS %} <link href="{{ FEED_DOMAIN }}/{% if FEED_ALL_RSS_URL %}{{ FEED_ALL_RSS_URL }}{% else %}{{ FEED_ALL_RSS }}{% endif %}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" /> {% endif %} + <link rel="shortcut icon" href="{{ SITEURL }}/images/favicon.ico" type="image/ico" /> + + <!--[if IE]> + <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> {% block extra_head %}{% endblock extra_head %} {% endblock head %} </head> @@ -71,10 +76,18 @@ <footer id="contentinfo" class="body"> <address id="about" class="vcard body"> - Proudly powered by <a href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a href="https://www.python.org/">Python</a>. + + Conteúdo distibuído sob as condições da licença + <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> +Creative Commons Attribution-ShareAlike 4.0</a>. <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> + <img alt="Creative Commons License" style="border-width:0" + src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"/></a><br/> + + Motorizado pelo <a href="http://getpelican.com/">Pelican</a>, que se aproveita bem do <a href="http://python.org">Python</a>. + </address><!-- /#about --> - <p>The theme is by <a href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p> + <p>Design visual por <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a></p> </footer><!-- /#contentinfo --> {% include 'analytics.html' %} |