simplify title logic
[~bandali/bndl.org] / ssi / pre.html
index d4e96d9..49e2780 100644 (file)
@@ -1,19 +1,6 @@
-<!doctype html>
-<html lang="en">
-<head>
-<meta charset="utf-8"/>
-<meta name="viewport" content="width=device-width, initial-scale=1"/>
-<!--# if expr="$title = home" -->
-<title>Amin Bandali's Personal Site</title>
-<!--# else -->
-<title><!--# echo var="title" --> &mdash; Amin Bandali</title>
-<!--# endif -->
-<link rel="icon" href="/gnu.ico"/>
-<link rel="stylesheet" href="/style.css"/>
-</head>
-<body>
-<header><!--# if expr="$title = home" -->
-<h1>Amin Bandali's Personal Site</h1>
+<!--# include virtual="/ssi/pre0.html" -->
+<header><!--# if expr="$title = Amin Bandali's Personal Site" -->
+<h1><!--# echo var="title" --></h1>
 <!--# else -->
 <strong><a href="/">Amin Bandali</a>'s Personal Site</strong>
 <!--# endif --></header>