Skip to content

Commit

Permalink
Fixed: #23 add logo for liuli
Browse files Browse the repository at this point in the history
  • Loading branch information
howie6879 committed Feb 9, 2022
1 parent 06714e4 commit 3b73c57
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 2 deletions.
Binary file added .files/images/favicon.ico
Binary file not shown.
Binary file added .files/images/logo_pure.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .files/images/logo_pure_hd.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .files/images/logo_shadow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .files/images/logo_shadow_hd.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- <p align="center"><img src="" width='120px' height='120px' alt="Liuli logo" >
</p> -->
<p align="center"><img src="./.files/images/logo_pure.jpg" width='120px' height='120px' alt="Liuli logo" >
</p>

<h1 align="center">Liuli</h1>

Expand Down
1 change: 1 addition & 0 deletions src/processor/html_render/tmpl/book_heti.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link rel="stylesheet" href="https://unpkg.com/heti@0.9.2/umd/heti.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/howie6879/oss/cus_heti.css">
<script src="https://unpkg.com/heti@0.9.2/umd/heti-addon.min.js"></script>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<title>${html_title}</title>

<body>
Expand Down
1 change: 1 addition & 0 deletions src/processor/html_render/tmpl/book_owllook.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<head>
<link href="https://cdn.jsdelivr.net/gh/howie6879/oss/ll_owllook_content.css" rel="stylesheet">
<link rel="shortcut icon" href="https://gitee.com/howie6879/oss/raw/master/uPic/favicon_liuli.ico" type="image/x-icon">
<title>${html_title}</title>

<body>
Expand Down

0 comments on commit 3b73c57

Please sign in to comment.