diff options
author | Wynn Wolf Arbor | 2020-05-31 20:55:51 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-05-31 20:55:51 +0200 |
commit | d7ba7723b1fd1cc7480e36c82ee8c8176e081f26 (patch) | |
tree | 3e7ddd1f91aed510ba64c28f958e6d889b388c79 | |
parent | c6d0582dad4b47bb01605b10518c5d38d260636b (diff) | |
download | site-d7ba7723b1fd1cc7480e36c82ee8c8176e081f26.tar.gz |
templates: Remove spurious spaces in post.xml
-rw-r--r-- | templates/post.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.xml b/templates/post.xml index 2e6a208..d9e5aa0 100644 --- a/templates/post.xml +++ b/templates/post.xml @@ -6,7 +6,7 @@ <link rel="alternate" href="../atom.xml" type="application/atom+xml" title="oriole.systems atom feed"/> <link rel="icon" href="../logo.svg"/> <meta charset="utf-8"/> - <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="date" scheme="YYYY-MM-DD" content="${sblg-date}" /> <meta name="author" content="${sblg-authortext}" /> <meta name="twitter:card" content="summary" /> |