not-matthias / apollo

Modern and minimalistic blog theme.
https://not-matthias.github.io/apollo
MIT License
121 stars 70 forks source link

add x-twitter social icon #42

Closed boykush closed 10 months ago

boykush commented 10 months ago

resolve issue #39

I have confirmed that the icon is displayed by adding the following code to config.toml in the forked version.

socials = [
  { name = "x-twitter", url = "https://twitter.com/boykush315", icon = "x-twitter" },
]

forked version page: https://boykush.github.io/

not-matthias commented 10 months ago

Thanks! :)