Replies: 3 comments
-
|
My destination files are here: https://github.com/mikenakis/michael.gr-hugo-publish My source hugo files (minus the content markdown files) are here: https://github.com/mikenakis/michael.gr-hugo-files My content markdown files are part of my digital garden and therefore not public. So, as it stands I cannot provide a full working set of source files for reproducing this issue. I am posting this in case anyone can figure out what is wrong either from the description of the problem, or by looking at the destination files. |
Beta Was this translation helpful? Give feedback.
-
|
Same question in hugo support: |
Beta Was this translation helpful? Give feedback.
-
|
I have no idea what is causing the changes in Git, as I did not previously use Git to store HTML files (I used Vercel and Cloudflare Pages instead). Regarding the 'Pager' naming, it's actually the default behaviour of Hugo. I just replied to an issue regarding this: #1071 (comment). Sorry, but I have no idea what's going on here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure whether this weirdness is caused by hugo or by the stack theme, so I am going to ask in both places.
I have placed hugo's destination directory in a github repository so that each time I make changes I can preview them locally, and then push to github, from which neltify picks it up and publishes it.
As I make changes to my blog content and/or theme files, I pay attention to the corresponding modifications made by hugo on the output files, as shown by git.
I have noticed that sometimes, the text "Pager 2 - " is unexpectedly inserted in the following places:
and
This is happening on pages where it should definitely not be happening, for example on the page with
Furthermore, if I make a tiny modification to my blog content, and the hugo server rebuilds my blog into the destination directory, and git shows me the new changes, the text "Pager 2" is gone. It will re-appear if I restart the hugo server, and it will disappear again if I make another change.
This is driving me nuts.
Now, try this:
Do a web search for
"Pager 2" hugo, and you will get:Now, all these pages out there happen to be 2nd pagination pages, so the text "Pager 2" in their title is to be expected. However, what this is telling me is that the stack theme is unique in using text "Pager 2", so the appearance of that text in unexpected places might be the theme's fault.
Beta Was this translation helpful? Give feedback.
All reactions