mirror of https://github.com/jpanther/congo.git
📝 Update docs
parent
a3f3374857
commit
91cafad2df
|
@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- New icons for `mobile` and `phone`
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Author links containing URLs in non-hypertext schemes (ie. `tel:`) would not be created as links ([#452](https://github.com/jpanther/congo/pull/452))
|
||||||
|
|
||||||
## [2.5.1] - 2023-01-20
|
## [2.5.1] - 2023-01-20
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Icons"
|
title: "Icons"
|
||||||
date: 2020-08-14
|
date: 2020-08-14
|
||||||
lastmod: 2022-03-09
|
lastmod: 2023-01-23
|
||||||
draft: false
|
draft: false
|
||||||
description: "Icon support in Congo."
|
description: "Icon support in Congo."
|
||||||
slug: "icons"
|
slug: "icons"
|
||||||
|
@ -48,10 +48,12 @@ The full list of built-in icons and their corresponding names can referenced bel
|
||||||
| mastodon | {{< icon mastodon >}} |
|
| mastodon | {{< icon mastodon >}} |
|
||||||
| medium | {{< icon medium >}} |
|
| medium | {{< icon medium >}} |
|
||||||
| microsoft | {{< icon microsoft >}} |
|
| microsoft | {{< icon microsoft >}} |
|
||||||
|
| mobile | {{< icon mobile >}} |
|
||||||
| moon | {{< icon moon >}} |
|
| moon | {{< icon moon >}} |
|
||||||
| orcid | {{< icon orcid >}} |
|
| orcid | {{< icon orcid >}} |
|
||||||
| patreon | {{< icon patreon >}} |
|
| patreon | {{< icon patreon >}} |
|
||||||
| pencil | {{< icon pencil >}} |
|
| pencil | {{< icon pencil >}} |
|
||||||
|
| phone | {{< icon phone >}} |
|
||||||
| pinterest | {{< icon pinterest >}} |
|
| pinterest | {{< icon pinterest >}} |
|
||||||
| reddit | {{< icon reddit >}} |
|
| reddit | {{< icon reddit >}} |
|
||||||
| researchgate | {{< icon researchgate >}} |
|
| researchgate | {{< icon researchgate >}} |
|
||||||
|
|
Loading…
Reference in New Issue