Added canonical links for articles.

This commit is contained in:
Alexander Andreev 2022-05-19 17:08:22 +04:00
parent 691c53832a
commit 91b87a31ea
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
5 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,7 @@ extends ../base.pug
block head
link(href='/assets/css/articles.css' rel='stylesheet')
block head_ext
block nav
nav

View File

@ -1,5 +1,8 @@
extends article.pug
block head_ext
link(rel='canonical' href='https://arav.top/stuff/article/nginx_recipes_and_tips')
block article
header
h2 NGiNX's recipes & tips

View File

@ -1,5 +1,8 @@
extends article.pug
block head_ext
link(rel='canonical' href='https://arav.top/stuff/article/rpi_root_on_external_drive')
block article
header
h2 How to move a root from SD card to external drive on Raspberry Pi

View File

@ -1,5 +1,8 @@
extends article.pug
block head_ext
link(rel='canonical' href='https://arav.top/stuff/article/setting_up_a_mail_server')
block article
header
h2 Setting up a mail server (WIP)

View File

@ -1,5 +1,8 @@
extends article.pug
block head_ext
link(rel='canonical' href='https://arav.top/stuff/article/setting_up_a_tor_proxy_relay_hiddenserv')
block article
header
h2 Setting up a Tor proxy, relay and hidden service