summaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/templates/page.html b/templates/page.html
index 83fa0dc..7f6c767 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -7,12 +7,12 @@
7<meta name="generator" content="Ventriloquy 0.1" /> 7<meta name="generator" content="Ventriloquy 0.1" />
8<meta name="author" content="Michael Crute" /> 8<meta name="author" content="Michael Crute" />
9<title>The Random Thoughts of a Programmer</title> 9<title>The Random Thoughts of a Programmer</title>
10<style type="text/css">@import url('/resources/site-min.css');</style> 10<style type="text/css">@import url('/site-min.css');</style>
11</head> 11</head>
12<body> 12<body>
13 13
14<div id="header"> 14<div id="header">
15 <h1 class="headline"><a href="/">mike<span>.</span>crute<span>.org</span></a></h1> 15 <h1 class="headline"><a href="/">mike<span>.</span>crute<span>.us</span></a></h1>
16</div> 16</div>
17 17
18<div id="contents"> 18<div id="contents">
@@ -40,15 +40,14 @@
40 <li><span class="label">Site Links:</span></li> 40 <li><span class="label">Site Links:</span></li>
41 <li><a href="/">Home</a></li> 41 <li><a href="/">Home</a></li>
42 <li><a href="/blog">Blog</a></li> 42 <li><a href="/blog">Blog</a></li>
43 <li><a href="/personal_blog">Personal Blog</a></li> 43 <li><a href="https://code.crute.us">Code</a></li>
44 <li><a href="/code">Code</a></li> 44 <li><a href="https://twitter.com/mcrute">Twitter</a></li>
45 <li><a href="http://twitter.com/mcrute">Twitter</a></li>
46 </ul> 45 </ul>
47 46
48 {% block update_date %} 47 {% block update_date %}
49 <p class="updated"><span class="label">Page last updated:</span> {{ build_date }}</p> 48 <p class="updated"><span class="label">Page last updated:</span> {{ build_date }}</p>
50 {% endblock %} 49 {% endblock %}
51 <p class="copyright">Copyright &copy; 2010 Michael E. Crute &lt;<a href="mailto:mcrute@gmail.com">mcrute@gmail.com</a>&gt;. Contact me for other uses.</p> 50 <p class="copyright">Copyright &copy; 2020 Michael E. Crute. All rights reserved. Contact me for other uses.</p>
52 <p class="poweredby">This site powered by <a href="http://www.vim.org">VIM</a>, <a href="http://docutils.sourceforge.net">ReStructuredText</a> and <a href="http://python.org">Python</a>.</p> 51 <p class="poweredby">This site powered by <a href="http://www.vim.org">VIM</a>, <a href="http://docutils.sourceforge.net">ReStructuredText</a> and <a href="http://python.org">Python</a>.</p>
53</div> 52</div>
54</div> 53</div>