You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <%! from datetime import datetime %>\
- <% this_year = datetime.now().year %>\
- </div>
- <footer>
- Copyright © 2016${"–" + str(this_year) if this_year > 2016 else ""} <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> • \
- <a href="https://github.com/earwig/template-influence-factor">Source Code</a> • \
- <a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a>
- </footer>
- </body>
- </html>
|