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

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-05-24 07:35:16 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-05-24 07:35:16 +0300
commit3d2728d2ce64daad54829c182f468ce646e96174 (patch)
treeb879aface7790bf0b75fe560a26cb218bf0c366c
parent03d36ca155fb0e7a30c0082cf3e64497c57bd638 (diff)
Modified config to have favicons
-rw-r--r--exampleSite/config.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 7c4c6f1..dcdc91f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -9,6 +9,17 @@ theme = "aafu"
copyright = "aaa"
useDarkTheme = false
+ [params.favicons]
+ use = true
+ metas = '''
+ <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
+ <link rel="manifest" href="site.webmanifest">
+ <link rel="mask-icon" href="safari-pinned-tab.svg" color="#252627">
+ <link rel="shortcut icon" href="favicon.ico">
+ '''
+
# Profile section
[params.profile]
name = "First Last, Abbr."