You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And it generates unnecessary diff to all pages even if there is no change. Let's say if there is a new post and the site is rebuilt, we expect diffs for subset of pages but every single HTML will have a diff due to the comment line.
diff --git a/docs/404.html b/docs/404.html
index ac44db5..3c1ca0b 100644
--- a/docs/404.html+++ b/docs/404.html@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Wowchemy. https://www.wowchemy.com -->
-<!-- Last Published: July 2, 2023 -->+<!-- Last Published: July 3, 2023 -->
<html lang="en-US">
<head>
<meta charset="utf-8">
diff --git a/docs/categories/index.html b/docs/categories/index.html
index a0790cb..c9dd761 100644
--- a/docs/categories/index.html+++ b/docs/categories/index.html@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- This site was created with Wowchemy. https://www.wowchemy.com -->
-<!-- Last Published: July 2, 2023 -->+<!-- Last Published: July 3, 2023 -->
<html lang="en-US">
<head>
<meta charset="utf-8">
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Wowchemy adds a comment line as:
<!-- Last Published: July 2, 2023 -->
always to the generated HTML files.https://github.com/wowchemy/wowchemy-hugo-themes/blob/92cc5a27100579be9cf0764203f275aa6f5e9818/modules/wowchemy/layouts/_default/baseof.html#L3
And it generates unnecessary diff to all pages even if there is no change. Let's say if there is a new post and the site is rebuilt, we expect diffs for subset of pages but every single HTML will have a diff due to the comment line.
There is no clear information around the change so I wondered if what was the motivation behind it and it was intended.
875a3e5#diff-afdf815074fde16fc00cb9a9fb70722a6ac327f8862253ff942ebd02a2ddf634R3
Beta Was this translation helpful? Give feedback.
All reactions