diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-02-04 15:17:09 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-02-04 15:17:09 -0600 |
| commit | 75ac829ee7d661d758f7828e609e28ee4e05d038 (patch) | |
| tree | 52c2210101615f42a970d4269ab5b24b59b77515 | |
| parent | 79fcc03c19fc0ec27e416bdf6944f718d38f8e09 (diff) | |
| download | main-75ac829ee7d661d758f7828e609e28ee4e05d038.tar main-75ac829ee7d661d758f7828e609e28ee4e05d038.tar.gz main-75ac829ee7d661d758f7828e609e28ee4e05d038.tar.bz2 main-75ac829ee7d661d758f7828e609e28ee4e05d038.tar.lz main-75ac829ee7d661d758f7828e609e28ee4e05d038.tar.xz main-75ac829ee7d661d758f7828e609e28ee4e05d038.tar.zst main-75ac829ee7d661d758f7828e609e28ee4e05d038.zip | |
Fixed template hopefully
| -rw-r--r-- | templates/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.html b/templates/default.html index 4aeffd6..615206d 100644 --- a/templates/default.html +++ b/templates/default.html @@ -2,7 +2,7 @@ <html lang="en" color-mode="light"> <head> <title>$title$</title> - <meta name="author" content="$if(author)$author$$else$Chris Wells$endif$"> + <meta name="author" content="$if(author)-$ $author$ $-else$ Chris Wells $-endif$"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" > <meta name="viewport" content="width=device-width, initial-scale=1" > |
