Change resume link to work without the sites module

It is a bit overkill without actual sites
This commit is contained in:
2014-06-19 08:53:22 +00:00
parent 2b86c16ec5
commit d3f74bbbc2
2 changed files with 12 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
</div>
<div id="keywords"><span id="keywords-close"></span><span id="keywords-list"></span></div>
<div id="page-disclaimer">You can download the latest version of my resume at <a href="http://{{ site.domain }}{% url "basics:resumepdf" %}">http://{{ site.domain }}{% url "basics:resumepdf" %}</a>.</div>
<div id="page-disclaimer">You can download the latest version of my resume at <a href="{{ resume_link }}">{{ resume_link }}</a>.</div>
<script type="text/javascript">
Array.prototype.unique = function() {