From 87aa40b41940a33ea353bc139d1111e858a088ba Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 28 Mar 2020 01:35:21 -0400 Subject: [PATCH] simplify title logic simply set "nts" (short for No Title Suffix) when needed --- 404.html | 1 + index.html | 3 ++- ssi/pre.html | 4 ++-- ssi/pre0.html | 8 +------- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/404.html b/404.html index 942881c..33fab2f 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,5 @@ +
diff --git a/index.html b/index.html index 5e35e8f..381c6d9 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,5 @@ - + +

Hi, I'm Amin. I am currently a graduate student at the diff --git a/ssi/pre.html b/ssi/pre.html index 8af1922..49e2780 100644 --- a/ssi/pre.html +++ b/ssi/pre.html @@ -1,6 +1,6 @@ -

-

Amin Bandali's Personal Site

+
+

Amin Bandali's Personal Site
diff --git a/ssi/pre0.html b/ssi/pre0.html index 04dab25..cac6873 100644 --- a/ssi/pre0.html +++ b/ssi/pre0.html @@ -3,13 +3,7 @@ - -Amin Bandali's Personal Site - -404 Not Found - -<!--# echo var="title" --> — Amin Bandali - +<!--# echo var="title" --><!--# if expr="$nts" --><!--# else --> — Amin Bandali<!--# endif --> -- 2.20.1