I remembered that you can use block append
.
This commit is contained in:
parent
2ddbdb1c3a
commit
81a2a8ad61
@ -2,7 +2,6 @@ extends ../base.pug
|
||||
|
||||
block head
|
||||
link(href='/assets/css/articles.css' rel='stylesheet')
|
||||
block head_ext
|
||||
|
||||
block nav
|
||||
nav
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user