diff options
| author | 8cy <[email protected]> | 2020-04-19 00:39:47 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-19 00:39:47 -0700 |
| commit | e10a62a6597369a0498cc06c55d47969c5599a86 (patch) | |
| tree | 39f8c98d0ad38dad6735fc23e1900d66e1fd11d2 /src | |
| parent | update ws, v7.2.2 (diff) | |
| download | dep-core-e10a62a6597369a0498cc06c55d47969c5599a86.tar.xz dep-core-e10a62a6597369a0498cc06c55d47969c5599a86.zip | |
add favicon and remove title for copyr, v7.2.3
Diffstat (limited to 'src')
| -rw-r--r-- | src/ws/favicon.ico | bin | 0 -> 19125 bytes | |||
| -rw-r--r-- | src/ws/layouts/layout.hbs | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ws/favicon.ico b/src/ws/favicon.ico Binary files differnew file mode 100644 index 0000000..7f426f3 --- /dev/null +++ b/src/ws/favicon.ico diff --git a/src/ws/layouts/layout.hbs b/src/ws/layouts/layout.hbs index 0ce64ec..056ccda 100644 --- a/src/ws/layouts/layout.hbs +++ b/src/ws/layouts/layout.hbs @@ -11,7 +11,7 @@ {{body}} </div> - <div class="footer" title="Copyright © 2020 - s1nical"> + <div class="footer"> <p>Copyright © 2020 - <a href="https://cyne.cf">s1nical</a></p> </div> </body> |