Skip to content

Commit

Permalink
docs: update logo and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
caijf committed Oct 14, 2022
1 parent 7cb7b57 commit 50bdfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jsdoc/tmpl/layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<?js if (!env.conf.docdash) { env.conf.docdash = {};} ?>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/x-icon" href="https://www.caijinfeng.com/assets/images/doly-touch-icon_48x48.png" />
<link rel="shortcut icon" type="image/x-icon" href="https://doly-dev.github.io/favicon.ico" />
<title><?js= title ?> - <?js= ((env.conf.docdash.meta && env.conf.docdash.meta.title) || "Documentation") ?></title>
<?js if (env.conf.docdash.meta) { ?>
<?js if (env.conf.docdash.meta.description) { ?><meta name="description" content="<?js= env.conf.docdash.meta.description ?>" /><?js } ?>
Expand Down

0 comments on commit 50bdfc0

Please sign in to comment.