Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/config/default/widgets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mirror = ""

[social_menu]
title = ""
platforms = ["github","facebook","twitter","instagram","email","codepen","gitlab","linkedin","telegram","google_scholar","youtube"]
platforms = ["github","facebook","twitter","instagram","email","codepen","gitlab","git","linkedin","telegram","google_scholar","youtube"]

[taxonomy_cloud]
title = ""
Expand Down
1 change: 1 addition & 0 deletions data/theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ email = "mailto:"
facebook = "https://facebook.com/"
github = "https://github.com/"
gitlab = "https://gitlab.com/"
git = ""
instagram = "https://instagram.com/"
linkedin = "https://linkedin.com/in/"
twitter = "https://twitter.com/"
Expand Down
1 change: 1 addition & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ twitter = "MunifTanjim"
telegram = "MunifTanjim"
google_scholar = "qc6CJjYAAAAJ"
youtube = "UCT-U0rNerYxItGcuoPX-WYA"
git = ""

[params.comments]
enable = false
Expand Down
8 changes: 8 additions & 0 deletions layouts/partials/svg/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,13 @@
{{ else if eq "search" . }}
<circle cx="11" cy="11" r="8" />
<line x1="21" y1="21" x2="16.65" y2="16.65" />
{{ else if eq "git" . }}
<path d="M23.21,11.29,12.71.79a1,1,0,0,0-1.41,0L.79,11.29a1,1,0,0,0,0,1.41l10.5,10.5a1,1,0,0,0,1.41,0l10.5-10.5a1,1,0,0,0,0-1.41Z"/>
<line x1="8.6" x2="10.94" y1="3.6" y2="5.94"/>
<line x1="12" x2="12" y1="8.5" y2="15.5"/>
<circle cx="12" cy="7" r="1.5"/>
<circle cx="17" cy="12" r="1.5"/>
<circle cx="12" cy="17" r="1.5"/>
<line x1="13.05" x2="15.93" y1="8.07" y2="10.95"/>
{{ end }}
</svg>