fix remaining issues with non-numeric slugs
[~bandali/bndl.org] / index.m4
index 0a23064..509d850 100644 (file)
--- a/index.m4
+++ b/index.m4
@@ -2,7 +2,8 @@ dnl -*- html -*-
 define(__title, `Amin Bandali''`s Personal Site')dnl
 define(__slug, `home')dnl
 define(__nts)dnl
-include(header.html)
+include(header.html)dnl
+
 <section id="intro">
 <p>Hi, I'm Amin.  I am currently a graduate student at the
 <a href="//watform.uwaterloo.ca">Waterloo Formal Methods</a>
@@ -44,8 +45,8 @@ University of Waterloo.</p>
 <dt>A Comparison of the Declarative Modelling Languages B, DASH, and
 TLA<sup>+</sup>
 <small>
-[ <a href="papers/modre2018-declarative.pdf">pdf</a>
-| <a href="papers/modre2018-declarative.bib">bib</a>
+[ <a href="//p.bndl.org/modre2018-declarative.pdf">pdf</a>
+| <a href="//p.bndl.org/modre2018-declarative.bib">bib</a>
 ]
 </small>
 </dt>
@@ -64,10 +65,10 @@ Copyright &copy; 2018 IEEE.  All Rights Reserved.  Sadly.
 <dl>
 <dt>The Magic of Specifications and Type Systems
 <small>
-[ <a href="talks/cucsc-2017-slides.pdf"
+[ <a href="//p.bndl.org/cucsc-2017-slides.pdf"
      title="presented at the Canadian Undergraduate Computer Science Conference 2017,
 University of Toronto, Canada, June 15–17, 2017">slides</a>
-| <a href="talks/eecs4080-poster.pdf"
+| <a href="//p.bndl.org/eecs4080-poster.pdf"
      title="presented at the Lassonde Undergraduate Summer Student Research Conference,
 York University, Toronto, Canada, August 15, 2017">poster</a>
 ]
@@ -125,5 +126,6 @@ and
 </tbody>
 </table>
 </section>
+
 define(__copy, `2016&ndash;2019')dnl
-include(footer.html)
+include(footer.html)dnl