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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2019-10-31 12:12:38 +0300
committerGitHub <noreply@github.com>2019-10-31 12:12:38 +0300
commit70e126db56f8eb36a65617415e20cc40fbf1695e (patch)
treee849ce9df544fffbca84eb3a83a1b3b9dac18b52 /README.md
parent3c7e7de23674a8a76881c0a6e4b93d9df87ca6f2 (diff)
Dmetzgar fontawesome latest (5.11.2) (#234)1.1.0
* Pointing to current font awesome * Update to latest font awesome * Updated fa icons for example site * Fixed all missing classes, fixed styles according new classes. * Update head.html * File-alt instead of file-code
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index fa5b4a5..148eb78 100644
--- a/README.md
+++ b/README.md
@@ -200,13 +200,13 @@ The social links on the right side are configured as a top-level menu.
weight = 1
name = "GitHub"
url = "https://github.com/devcows/hugo-universal-theme"
- pre = "<i class='fa fa-github'></i>"
+ pre = "<i class='fas fa-2x fa-github'></i>"
[[menu.topbar]]
weight = 2
name = "Facebook"
url = "http://facebook.com"
- pre = "<i class='fa fa-facebook'></i>"
+ pre = "<i class='fas fa-2x fa-facebook'></i>"
```
### Blog post thumbnails
@@ -279,7 +279,7 @@ A feature file looks like this.
```yaml
weight: 4
name: "Consulting"
-icon: "fa fa-lightbulb-o"
+icon: "fas fa-lightbulb-o"
description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring."
```
@@ -334,7 +334,7 @@ You can enable it in the configuration file.
```toml
[params.see_more]
enable = true
- icon = "fa fa-file-code-o"
+ icon = "far fa-file-alt"
title = "Do you want to see more?"
subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
link_url = "http://your-site.com/more"