fix remaining issues with non-numeric slugs
[~bandali/bndl.org] / cv.m4
diff --git a/cv.m4 b/cv.m4
index 4a485f4..8a7bf94 100644 (file)
--- a/cv.m4
+++ b/cv.m4
@@ -1,9 +1,9 @@
 dnl -*- html -*-
 define(__title, `Curriculum vitae')dnl
 define(__slug, `cv')dnl
-include(header.html)
-<main>
-<h1>Curriculum vitae (<a href="bandali-cv.pdf">PDF</a>)</h1>
+include(header.html)dnl
+
+<h1>Curriculum vitae (<a href="//p.bndl.org/bandali-cv.pdf">PDF</a>)</h1>
 
 <table>
 <tbody>
@@ -49,7 +49,7 @@ Fall 2014.</p>
 
 <ul>
 <li><abbr title="Logic and Computation">SE 212</abbr>:
-<a href="se212-f19/"><abbr title="Instructional Apprentice">IA</abbr> in Fall 2019</a>,
+<a href="se212-f19"><abbr title="Instructional Apprentice">IA</abbr> in Fall 2019</a>,
 <abbr title="Teaching Assistant">TA</abbr> in Fall 2018</li>
 <li><abbr title="Software Requirements Specification and Analysis">SE 463</abbr>:
 TA in Summer 2019 and 2018</li>
@@ -62,4 +62,5 @@ Department, York University | Fall 2017</h3>
 <p>Teaching Assistant</p>
 <p><abbr title="Net-Centric Introduction to Computing">EECS 1012</abbr>:
 TA in Fall 2017</p>
-include(footer.html)
+
+include(footer.html)dnl