File tree Expand file tree Collapse file tree 6 files changed +24
-56
lines changed
resources/_gen/assets/scss/scss
themes/hugo-coder/layouts/partials Expand file tree Collapse file tree 6 files changed +24
-56
lines changed Original file line number Diff line number Diff line change @@ -87,29 +87,39 @@ FootnoteReturnLinkContents = "↑"
8787# Social links
8888[[params .social ]]
8989 name = " Github"
90- icon = " fab fa-github fa-2x "
90+ icon = " fab fa-github"
9191 weight = 1
9292 url = " https://github.com/bmpi-dev"
9393[[params .social ]]
9494 name = " Twitter"
95- icon = " fab fa-twitter fa-2x "
95+ icon = " fab fa-twitter"
9696 weight = 2
9797 url = " https://twitter.com/madawei2699"
9898[[params .social ]]
9999 name = " Telegram"
100- icon = " fab fa-telegram fa-2x "
100+ icon = " fab fa-telegram"
101101 weight = 3
102102 url = " https://t.me/s/bmpi365"
103103[[params .social ]]
104104 name = " WeChat"
105- icon = " fab fa-weixin fa-2x "
105+ icon = " fab fa-weixin"
106106 weight = 4
107107 url = " https://img.bmpi.dev/755b406f-43ae-e382-e13c-547116d3e7d5.png"
108108[[params .social ]]
109109 name = " ZhiHu"
110- icon = " fab fa-zhihu fa-2x "
110+ icon = " fab fa-zhihu"
111111 weight = 5
112112 url = " https://zhuanlan.zhihu.com/improve365"
113+ [[params .social ]]
114+ name = " Newsletter"
115+ icon = " fas fa-envelope"
116+ weight = 6
117+ url = " https://tinyletter.com/i365"
118+ [[params .social ]]
119+ name = " RSS"
120+ icon = " fas fa-rss"
121+ weight = 7
122+ url = " index.xml"
113123
114124[languages ]
115125 [languages .en ]
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -109,4 +109,12 @@ H6 {
109109 position : absolute;
110110 top : 0 ;
111111 left : 0 ;
112+ }
113+
114+ .about-social {
115+ text-align : left;
116+ }
117+
118+ .about-social li {
119+ padding-bottom : 10px ;
112120}
Original file line number Diff line number Diff line change 55 < a href ="https://talk.bmpi.dev/ "> Talk</ a >
66 ⚔️
77 < a href = {{ relLangURL "affiliate" }} > Affiliate</ a >
8- ⚔️
9- < a href ="https://tinyletter.com/i365 "> Newsletter</ a >
108 </ div >
119 < div class ="footer-taxonomy ">
1210 < a href = {{ relLangURL "tags" }} > Tags</ a >
Original file line number Diff line number Diff line change 66 < h1 > {{ .Site.Params.author }}</ h1 >
77 < h2 > {{ .Site.Params.info }}</ h2 >
88 {{ with .Site.Params.social }}
9- < ul >
9+ < ul class =" about-social " >
1010 {{ range sort .}}
1111 {{ if .icon }}
1212 < li >
You can’t perform that action at this time.
0 commit comments