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
|
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,6 +1,6 @@
|
|||||||
extends article.pug
|
extends article.pug
|
||||||
|
|
||||||
block head_ext
|
block append head
|
||||||
link(rel='canonical' href='https://arav.top/stuff/article/hardening_mikrotik')
|
link(rel='canonical' href='https://arav.top/stuff/article/hardening_mikrotik')
|
||||||
|
|
||||||
block article
|
block article
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
extends article.pug
|
extends article.pug
|
||||||
|
|
||||||
block head_ext
|
block append head
|
||||||
link(rel='canonical' href='https://arav.top/stuff/article/nginx_recipes_and_tips')
|
link(rel='canonical' href='https://arav.top/stuff/article/nginx_recipes_and_tips')
|
||||||
|
|
||||||
block article
|
block article
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
extends article.pug
|
extends article.pug
|
||||||
|
|
||||||
block head_ext
|
block append head
|
||||||
link(rel='canonical' href='https://arav.top/stuff/article/rpi_root_on_external_drive')
|
link(rel='canonical' href='https://arav.top/stuff/article/rpi_root_on_external_drive')
|
||||||
|
|
||||||
block article
|
block article
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
extends article.pug
|
extends article.pug
|
||||||
|
|
||||||
block head_ext
|
block append head
|
||||||
link(rel='canonical' href='https://arav.top/stuff/article/setting_up_a_mail_server')
|
link(rel='canonical' href='https://arav.top/stuff/article/setting_up_a_mail_server')
|
||||||
|
|
||||||
block article
|
block article
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
extends article.pug
|
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')
|
link(rel='canonical' href='https://arav.top/stuff/article/setting_up_a_tor_proxy_relay_hiddenserv')
|
||||||
|
|
||||||
block article
|
block article
|
||||||
|
Loading…
Reference in New Issue
Block a user