adityatelange / hugo-PaperMod

A fast, clean, responsive Hugo theme.
https://adityatelange.github.io/hugo-PaperMod/
MIT License
9.72k stars 2.62k forks source link

Error post-meta #1524

Closed nicfab closed 4 months ago

nicfab commented 4 months ago

After updating the theme to the latest version, v7.0, via git pull - git checkout v7.0 on my website, an error related to the file post_meta.html appears.

You can see directly on the Internet, here for example, that at the beginning of a post, it appears <span title='etc..

Is there something I did wrong?

adityatelange commented 4 months ago

Maybe go through pinned issues?

nicfab commented 4 months ago

Maybe go through pinned issues?

Sorry, what do you mean?

adityatelange commented 4 months ago

Maybe go through pinned issues?

Sorry, what do you mean?

duplicate of #1325 #1344

nicfab commented 4 months ago

Maybe go through pinned issues?

Sorry, what do you mean?

duplicate of #1325 #1344

I am so sorry. I missed them; I look forward for your update.

adityatelange commented 4 months ago

this is already fixed you can update your submodule with latest commit from master branch and that will do

nicfab commented 4 months ago

this is already fixed you can update your submodule with latest commit from master branch and that will do

Can you please let me know what is the command to use?

dirsigler commented 4 months ago

@nicfab If you used the recommended mode of adding the Theme as a git submodule:

in your site folder run

git submodule update --init --recursive
git submodule update --remote --merge

Else check the installation guide and use the method you used to get the updates: https://github.com/adityatelange/hugo-PaperMod/wiki/Installation