diff options
| author | XhmikosR <[email protected]> | 2019-08-01 17:30:15 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-08-17 13:17:59 +0300 |
| commit | dd383ff27b9058c12c2c6d4d6fb0b40413836f2d (patch) | |
| tree | 1177e21ca2ac2c2f0243c41f58bcc85cb310f41a | |
| parent | fad50029124e6aec776399f9f6b71768780f5065 (diff) | |
| download | bootstrap-dd383ff27b9058c12c2c6d4d6fb0b40413836f2d.tar.xz bootstrap-dd383ff27b9058c12c2c6d4d6fb0b40413836f2d.zip | |
Move favicon.ico and apple-touch-icon.png in hugo mounts.
| -rw-r--r-- | config.yml | 4 | ||||
| -rw-r--r-- | site/static/favicon.ico | bin | 5430 -> 0 bytes |
2 files changed, 4 insertions, 0 deletions
diff --git a/config.yml b/config.yml index 3710d4208..aca4615c6 100644 --- a/config.yml +++ b/config.yml @@ -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." diff --git a/site/static/favicon.ico b/site/static/favicon.ico Binary files differdeleted file mode 100644 index b48b3442a..000000000 --- a/site/static/favicon.ico +++ /dev/null |
