diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-21 20:10:36 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-21 20:10:36 -0400 |
commit | 036db1622d30cf0d95d80252b338ba00698f7677 (patch) | |
tree | 0d5ef050f253c0aebe759d6bb413649f7b2f1260 /templates/footer.tmpl | |
parent | f72bc7700c780618721688d452a6df0627684df1 (diff) |
static/logo: change logo file names
Diffstat (limited to 'templates/footer.tmpl')
-rw-r--r-- | templates/footer.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.tmpl b/templates/footer.tmpl index 87b3bed..f08ae1f 100644 --- a/templates/footer.tmpl +++ b/templates/footer.tmpl @@ -2,7 +2,7 @@ <div class="footer"> <div class="logo-container"> <a href="{{ . }}"> - <img src="/static/logo/peach-180.png" + <img src="/static/logo/peach-v2-180.png" width="20" height="20" alt="[ peach logo ]" /> </a> </div> |