From 79a4e6c60f2a6b6b69f464a6c83f83e42e5ea510 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Fri, 19 Nov 2021 23:55:13 +0300 Subject: rename art to visual 'cause it makes more sense. also, this action made me realize that my website is very poorly designed, because to just rename one page i needed to make changes in 6 different files! that's really gross... i hope i can improve it. --- _layouts/art-category.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts/art-category.html') diff --git a/_layouts/art-category.html b/_layouts/art-category.html index 44162d2..ca12389 100644 --- a/_layouts/art-category.html +++ b/_layouts/art-category.html @@ -2,7 +2,7 @@ layout: default --- -{% include title-with-backlink.html title=page.title backlink="/art/" %} +{% include title-with-backlink.html title=page.title backlink="/visual/" %} {{ content }} -- cgit v1.2.3