1
0
Fork 0

Added rel='canonical' to all pages.

This commit is contained in:
Alexander Andreev 2023-06-03 23:31:07 +04:00
parent b176141afb
commit 9298fff1d5
Signed by: Arav
GPG Key ID: D22A817D95815393
5 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,7 @@ block meta_description
block append head
link(href='/assets/css/about.css' rel='stylesheet')
link(rel='canonical' href='/about')
block nav
a(href='/') Home

View File

@ -12,6 +12,7 @@ block meta_description
block append head
link(href='/assets/css/guestbook.css' rel='stylesheet')
script(src='/assets/js/captcha_refresh.js' defer='')
link(rel='canonical' href='/guestbook')
block nav
a(href='/') Home

View File

@ -5,6 +5,7 @@ block meta_description
block append head
link(href='assets/css/index.css' rel='stylesheet')
link(rel='canonical' href='/')
block nav
a(href='/stuff') Stuff

View File

@ -6,6 +6,7 @@ block meta_description
block append head
link(href='/assets/css/mindflow.css' rel='stylesheet')
script(src='/assets/js/mindflow.js' defer='')
link(rel='canonical' href='/mindflow')
block nav
a(href='/') Home

View File

@ -3,6 +3,9 @@ extends base.pug
block meta_description
meta(name='description' content="Here I share my programs, scripts, articles, may be other stuff.")
block head
link(rel='canonical' href='/stuff')
block nav
a(href='/') Home
a(href='/mindflow') Mindflow