diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-21 22:41:01 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-21 22:41:01 +0300 |
| commit | d7118a8b627e1f5c7d7ebde49b5f52c364b37b32 (patch) | |
| tree | 7a2babd0ec3aa64d8acac3ca691de5111a940f0c /_layouts | |
| parent | 7736c6f494d7fd4b64d11f5fe36a0552bc33b034 (diff) | |
| download | aaoth.xyz-d7118a8b627e1f5c7d7ebde49b5f52c364b37b32.tar.gz aaoth.xyz-d7118a8b627e1f5c7d7ebde49b5f52c364b37b32.zip | |
tweak logo image scaling and fix logo urls in project page
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/music-project.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/_layouts/music-project.html b/_layouts/music-project.html index 5b32455..7ab64aa 100644 --- a/_layouts/music-project.html +++ b/_layouts/music-project.html @@ -12,11 +12,7 @@ layout: default <div class="music-project-sidebar"> <h1>{{ page.title }}</h1> <img id="logo" - {%- if page.logo -%} - src="{{ page.logo }}" - {%- else -%} src="/art/logos/thumbs/{{ page.url | split: "/" | last }}-logo_thumb.png" - {%- endif -%} alt="{{ page.title }} logo"> <p>{{ page.start_date | date_to_string }}– {%- if page.end_date -%} |
