Skip to content

Commit

Permalink
Move favicon.ico and apple-touch-icon.png in hugo mounts.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Aug 17, 2019
1 parent fad5002 commit dd383ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ module:
target: layouts
- source: site/static
target: static
- source: site/static/docs/4.3/assets/img/favicons/apple-touch-icon.png
target: static/apple-touch-icon.png
- source: site/static/docs/4.3/assets/img/favicons/favicon.ico
target: static/favicon.ico

params:
description: "The most popular HTML, CSS, and JS library in the world."
Expand Down
Binary file removed site/static/favicon.ico
Binary file not shown.

0 comments on commit dd383ff

Please sign in to comment.