diff options
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/footer.html | 6 | ||||
-rwxr-xr-x | includes/header.html | 20 |
2 files changed, 19 insertions, 7 deletions
diff --git a/includes/footer.html b/includes/footer.html index 9f67910..4cbebd6 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -1,6 +1,6 @@ <p style="clear: both;"></p> - </div> - <div class="footer"> + </section> + <footer> <p class="copyright"> Copyright © 2011-2012 Patrick "P. J." M<span class="super">c</span>Dermott </p> @@ -27,6 +27,6 @@ Last modified: <!--#echo var="LAST_MODIFIED" --> EDT<br> Retrieved: <!--#echo var="DATE_LOCAL" --> EDT </p> - </div> + </footer> </body> </html> diff --git a/includes/header.html b/includes/header.html index 959d48a..e952fe7 100755 --- a/includes/header.html +++ b/includes/header.html @@ -47,7 +47,7 @@ var="MEDIA_BASE" -->/main.css"> <h1><a href="<!--#echo var="DOCUMENT_BASE" -->/">P. J. M<span class="super">c</span>Dermott</a></h1> <p>Software and hardware hacker and advocate for software and cultural freedom.</p> </header> - <div class="menu"> + <nav> <ul> <li> <a href="<!--#echo var="DOCUMENT_BASE" @@ -74,6 +74,18 @@ var="MEDIA_BASE" -->/main.css"> -->/projects/">Projects</a> </li> </ul> - </div> - <div class="body"> - <a id="body"></a> + </nav> + <section id="body"> +<!--#if expr="'$__SSIC__' eq '__SSIC__'" --> + <!-- Apache HTTPd mod_include --> + <!--#if expr="$title != ''" --> + <!--#else --> + <h1><!--#echo var="title" --></h1> + <!--#endif --> +<!--#else --> + <!-- Server Side Includes Compiler --> + <!--#if expr="'$title' ne ''" --> + <h1><!--#echo var="title" --></h1> + <!--#endif --> +<!--#endif --> + <article> |