File tree 4 files changed +9
-0
lines changed
4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ theme = "indigo"
29
29
StackOverflowUser = "StackOverflowUserName"
30
30
TumblrUser = "TumblrUserName"
31
31
TwitterUser = "TwitterUserName"
32
+ InstagramUser = "InstagramUserName"
32
33
33
34
# These are parameters used for indieweb identity. You should set these along
34
35
# with the above email/social network parameters.
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ paginate = 3
29
29
StackOverflowUser = " StackOverflowUserName"
30
30
TumblrUser = " TumblrUserName"
31
31
TwitterUser = " TwitterUserName"
32
+ InstagramUser = " InstagramUserName"
32
33
33
34
# These are parameters used for indieweb identity. You should set these along
34
35
# with the above email/social network parameters.
Original file line number Diff line number Diff line change 70
70
< a class ="glyph " alt ="Twitter profile " href ="https://twitter.com/{{ .Site.Params.TwitterUser }} "> < img src ={{ "icons/twitter.svg" | absURL }} height="24px" width="24px"> </ a >
71
71
</ div >
72
72
{{ end }}
73
+ {{ if isset .Site.Params "instagramuser" }}
74
+ < div class ="icon-24x24 ">
75
+ < a class ="glyph " alt ="Instagram profile " href ="https://instagram.com/{{ .Site.Params.TwitterUser }} "> < img
76
+ src ={{ "icons/instagram.svg" | absURL }} height="24px" width="24px"> </ a >
77
+ </ div >
78
+ {{ end }}
73
79
</ div >
74
80
</ aside >
You can’t perform that action at this time.
0 commit comments