[READ-ONLY] Mirror of https://github.com/shuuji3/weblog. ๐ŸŒŽ Weblog Articles powered by Hugo weblog.shuuji3.xyz
0

Configure Feed

Select the types of activity you want to include in your feed.

style: enclose citation text like `[1]` resolve #10

+10
+10
assets/main.scss
··· 222 222 .wrapper-footer > .container { 223 223 border-color: #e1f5fe; 224 224 } 225 + 226 + .footnote-ref { 227 + &::before { 228 + content: '['; 229 + } 230 + 231 + &::after { 232 + content: ']'; 233 + } 234 + }