From 76f8b052bc0a3dfb0c520a31e83896bc00d1df4b Mon Sep 17 00:00:00 2001 From: Pomax Date: Fri, 18 Sep 2020 15:02:44 -0700 Subject: [PATCH] template fix --- docs/index.html | 2 +- docs/ja-JP/index.html | 2 +- docs/news/2020-09-20.html | 4 ++-- docs/zh-CN/index.html | 2 +- src/html/post.template.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.html b/docs/index.html index c497a2ef..9f5380e3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ - + diff --git a/docs/ja-JP/index.html b/docs/ja-JP/index.html index 9ba353e9..7791229c 100644 --- a/docs/ja-JP/index.html +++ b/docs/ja-JP/index.html @@ -32,7 +32,7 @@ - + diff --git a/docs/news/2020-09-20.html b/docs/news/2020-09-20.html index 1dab6115..6af8b748 100644 --- a/docs/news/2020-09-20.html +++ b/docs/news/2020-09-20.html @@ -26,7 +26,7 @@ - + @@ -139,7 +139,7 @@
- + diff --git a/docs/zh-CN/index.html b/docs/zh-CN/index.html index 8ae08658..50800f95 100644 --- a/docs/zh-CN/index.html +++ b/docs/zh-CN/index.html @@ -32,7 +32,7 @@ - + diff --git a/src/html/post.template.html b/src/html/post.template.html index 8d6f5390..23bff743 100644 --- a/src/html/post.template.html +++ b/src/html/post.template.html @@ -14,5 +14,5 @@ {% block main %}{{ post }}{% endblock %} {% block footer %} - This post is a news entry for the Primer on Bézier Curves + This post is a news entry for the Primer on Bézier Curves {% endblock%} \ No newline at end of file