I remembered that you can use `block append`.

This commit is contained in:
Alexander Andreev 2022-05-25 01:08:55 +04:00
parent 2ddbdb1c3a
commit 81a2a8ad61
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
6 changed files with 5 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
extends article.pug
block head_ext
block append head
link(rel='canonical' href='https://arav.top/stuff/article/hardening_mikrotik')
block article

View File

@ -1,6 +1,6 @@
extends article.pug
block head_ext
block append head
link(rel='canonical' href='https://arav.top/stuff/article/nginx_recipes_and_tips')
block article

View File

@ -1,6 +1,6 @@
extends article.pug
block head_ext
block append head
link(rel='canonical' href='https://arav.top/stuff/article/rpi_root_on_external_drive')
block article

View File

@ -1,6 +1,6 @@
extends article.pug
block head_ext
block append head
link(rel='canonical' href='https://arav.top/stuff/article/setting_up_a_mail_server')
block article

View File

@ -1,6 +1,6 @@
extends article.pug
block head_ext
block append head
link(rel='canonical' href='https://arav.top/stuff/article/setting_up_a_tor_proxy_relay_hiddenserv')
block article