Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-08-01 17:30:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-17 13:17:59 +0300
commitdd383ff27b9058c12c2c6d4d6fb0b40413836f2d (patch)
tree1177e21ca2ac2c2f0243c41f58bcc85cb310f41a /config.yml
parentfad50029124e6aec776399f9f6b71768780f5065 (diff)
Move favicon.ico and apple-touch-icon.png in hugo mounts.
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yml b/config.yml
index 3710d4208f..aca4615c6c 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."