This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5a8ed1b Remove typo dollar sign
5a8ed1b is described below
commit 5a8ed1b87e93bfba6c67af6fad24222d421d38d3
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon Apr 4 15:44:50 2022 -0400
Remove typo dollar sign
---
site/_includes/themes/apache/default.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/_includes/themes/apache/default.html
b/site/_includes/themes/apache/default.html
index 39bc192..7ef5081 100644
--- a/site/_includes/themes/apache/default.html
+++ b/site/_includes/themes/apache/default.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Apache Daffodil | {% if page.collection == "vscode" %}VS Code
Extension {% endif %}${{ page.title }}</title>
+ <title>Apache Daffodil | {% if page.collection == "vscode" %}VS Code
Extension {% endif %}{{ page.title }}</title>
{% if page.description %}<meta name="description" content="{{
page.description }}">{% endif %}
<meta name="author" content="{{ site.author.name }}">