diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-11-19 23:55:13 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-11-19 23:55:13 +0300 |
| commit | 79a4e6c60f2a6b6b69f464a6c83f83e42e5ea510 (patch) | |
| tree | 4033484cff53f3a652a38f35086771b1772ec73d /_layouts | |
| parent | 1cae377e2f6198b4df5326a820b6fc3e30486b16 (diff) | |
| download | aaoth.xyz-79a4e6c60f2a6b6b69f464a6c83f83e42e5ea510.tar.gz aaoth.xyz-79a4e6c60f2a6b6b69f464a6c83f83e42e5ea510.zip | |
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.
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/art-category.html | 2 | ||||
| -rw-r--r-- | _layouts/music-project.html | 4 |
2 files changed, 3 insertions, 3 deletions
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 }} diff --git a/_layouts/music-project.html b/_layouts/music-project.html index d9382b5..7437206 100644 --- a/_layouts/music-project.html +++ b/_layouts/music-project.html @@ -14,9 +14,9 @@ layout: default </div> <div class="music-project-sidebar"> - <a href="/art/logos/{{ page.url | split: "/" | last }}-logo.png"> + <a href="/visual/logos/{{ page.url | split: "/" | last }}-logo.png"> <img id="logo" - src="/art/logos/thumbs/{{ page.url | split: "/" | last }}-logo_thumb.png" + src="/visual/logos/thumbs/{{ page.url | split: "/" | last }}-logo_thumb.png" alt="{{ page.title }} logo"> </a> <p>{{ page.start_date | date_to_string }}– |
