added steam to iconlinks, sorted iconlinks supported icons in readme
This commit is contained in:
parent
4fa759d2c8
commit
048400e552
21
README.md
21
README.md
|
@ -122,23 +122,24 @@ summaryLength = 70 # number of words for article summaries
|
|||
|
||||
For the `[[menu.icons]]` menu. They match identifier, name and url can be whatever. Here's a list of supported identifiers:
|
||||
|
||||
- gitlab
|
||||
- gnome
|
||||
- youtube
|
||||
- email
|
||||
- twitter
|
||||
- instagram
|
||||
- facebook
|
||||
- github
|
||||
- gitlab
|
||||
- gnome
|
||||
- instagram
|
||||
- linkedin
|
||||
- telegram
|
||||
- xmpp
|
||||
- pleroma
|
||||
- peertube
|
||||
- matrix
|
||||
- mastodon
|
||||
- matrix
|
||||
- peertube
|
||||
- phone
|
||||
- pleroma
|
||||
- rss
|
||||
- steam
|
||||
- telegram
|
||||
- twitter
|
||||
- xmpp
|
||||
- youtube
|
||||
|
||||
## Footer columns
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||

|
||||
{{ else if eq $id "xmpp" }}
|
||||
ﳽ
|
||||
{{ else if eq $id "steam" }}
|
||||

|
||||
{{ else if eq $id "pleroma" }}
|
||||
<svg class="pseudofont" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m4.2344 3.1826e-6a1.2455 1.2455 0 0 0-1.2404 1.2455 1.2455 1.2455 0 0 0 0 0.00515v14.749h3.976v-16h-2.7305a1.2455 1.2455 0 0 0-0.00515 0zm4.7477 0v8h2.7784a1.2455 1.2455 0 0 0 1.2455-1.2455 1.2455 1.2455 0 0 0 0-0.00515v-6.7493zm0 12.024v3.976h2.7784a1.2455 1.2455 0 0 0 1.2455-1.2455 1.2455 1.2455 0 0 0 0-0.0051v-2.7254z" />
|
||||
|
|
Loading…
Reference in New Issue