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:
|
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
|
- email
|
||||||
- twitter
|
|
||||||
- instagram
|
|
||||||
- facebook
|
- facebook
|
||||||
- github
|
- github
|
||||||
|
- gitlab
|
||||||
|
- gnome
|
||||||
|
- instagram
|
||||||
- linkedin
|
- linkedin
|
||||||
- telegram
|
|
||||||
- xmpp
|
|
||||||
- pleroma
|
|
||||||
- peertube
|
|
||||||
- matrix
|
|
||||||
- mastodon
|
- mastodon
|
||||||
|
- matrix
|
||||||
|
- peertube
|
||||||
- phone
|
- phone
|
||||||
|
- pleroma
|
||||||
- rss
|
- rss
|
||||||
|
- steam
|
||||||
|
- telegram
|
||||||
|
- twitter
|
||||||
|
- xmpp
|
||||||
|
- youtube
|
||||||
|
|
||||||
## Footer columns
|
## Footer columns
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||

|

|
||||||
{{ else if eq $id "xmpp" }}
|
{{ else if eq $id "xmpp" }}
|
||||||
ﳽ
|
ﳽ
|
||||||
|
{{ else if eq $id "steam" }}
|
||||||
|

|
||||||
{{ else if eq $id "pleroma" }}
|
{{ else if eq $id "pleroma" }}
|
||||||
<svg class="pseudofont" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
<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" />
|
<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