enable and use SSI for ‘common’ bits used in all pages
[~bandali/bndl.org] / common / banner.html
diff --git a/common/banner.html b/common/banner.html
new file mode 100644 (file)
index 0000000..a6cd2c3
--- /dev/null
@@ -0,0 +1,19 @@
+</head>
+<body>
+<header>
+  <h1>
+    <!--# if expr="$bpage = Home" -->
+    <a href="images/amin-with-rms.png">Amin Bandali</a>&rsquo;s personal site
+    <!--# else -->
+    Amin Bandali&rsquo;s personal site
+    <!--# endif -->
+  </h1>
+  <span id="sub">
+    <!--# if expr="$bpage = Home" -->
+    Graduate student at University of Waterloo supervised by
+    <a href="https://cs.uwaterloo.ca/~nday/">Nancy Day</a>
+    <!--# else -->
+    <a href="/">Home</a> &rarr; <!--# echo var="bpage" -->
+    <!--# endif -->
+  </span>
+</header>