The most popular search engine optimization plug-in for Hugo (a static site generator). Victor Hugo helps you write good SEO content for your blog, the easy way. UPDATE: I am currently in the process of making Victor Hugo a standalone tool that can be used with any static website, not just Hugo.
GNU General Public License v3.0
73
stars
7
forks
source link
victorhugo_google_snippet is not working on the frontpage #7
the victorhugo_google_snippet does not support running on the front page, because, in line 1449 it says {{ $victorhugo__slug := substr $victorhugo__slug 1 200 }} // ignoring the first character and then takes the next 200 this is not working if the page is the frontpage because then the slug is / and ignoring the first char will leave the string empty.
First thanks for developing this :D
the
victorhugo_google_snippet
does not support running on the front page, because, in line 1449 it says{{ $victorhugo__slug := substr $victorhugo__slug 1 200 }}
// ignoring the first character and then takes the next 200 this is not working if the page is the frontpage because then the slug is/
and ignoring the first char will leave the string empty.