Added canonical links for articles.
This commit is contained in:
parent
691c53832a
commit
91b87a31ea
@ -2,6 +2,7 @@ extends ../base.pug
|
|||||||
|
|
||||||
block head
|
block head
|
||||||
link(href='/assets/css/articles.css' rel='stylesheet')
|
link(href='/assets/css/articles.css' rel='stylesheet')
|
||||||
|
block head_ext
|
||||||
|
|
||||||
block nav
|
block nav
|
||||||
nav
|
nav
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
extends article.pug
|
extends article.pug
|
||||||
|
|
||||||
|
block head_ext
|
||||||
|
link(rel='canonical' href='https://arav.top/stuff/article/nginx_recipes_and_tips')
|
||||||
|
|
||||||
block article
|
block article
|
||||||
header
|
header
|
||||||
h2 NGiNX's recipes & tips
|
h2 NGiNX's recipes & tips
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
extends article.pug
|
extends article.pug
|
||||||
|
|
||||||
|
block head_ext
|
||||||
|
link(rel='canonical' href='https://arav.top/stuff/article/rpi_root_on_external_drive')
|
||||||
|
|
||||||
block article
|
block article
|
||||||
header
|
header
|
||||||
h2 How to move a root from SD card to external drive on Raspberry Pi
|
h2 How to move a root from SD card to external drive on Raspberry Pi
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
extends article.pug
|
extends article.pug
|
||||||
|
|
||||||
|
block head_ext
|
||||||
|
link(rel='canonical' href='https://arav.top/stuff/article/setting_up_a_mail_server')
|
||||||
|
|
||||||
block article
|
block article
|
||||||
header
|
header
|
||||||
h2 Setting up a mail server (WIP)
|
h2 Setting up a mail server (WIP)
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
extends article.pug
|
extends article.pug
|
||||||
|
|
||||||
|
block head_ext
|
||||||
|
link(rel='canonical' href='https://arav.top/stuff/article/setting_up_a_tor_proxy_relay_hiddenserv')
|
||||||
|
|
||||||
block article
|
block article
|
||||||
header
|
header
|
||||||
h2 Setting up a Tor proxy, relay and hidden service
|
h2 Setting up a Tor proxy, relay and hidden service
|
||||||
|
Loading…
Reference in New Issue
Block a user