Closed kisvegabor closed 5 years ago
Hi,
Can I insert data into the <head> section of the html file? I'd like to add Google analytics ID, meta tags and other SEO related things.
<head>
Thank you in advance!
Finally, I solved it by creating a shell script:
gwtc --format html --title "My title" --output . --file-name index . sed -i "/<head>/a <meta ...>" index.html
Hi,
Can I insert data into the
<head>
section of the html file? I'd like to add Google analytics ID, meta tags and other SEO related things.Thank you in advance!