diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 15:08:11 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-04 15:08:11 -0300 |
commit | f9ba6222e4278479a6eb221d644abdeca9dc4583 (patch) | |
tree | 4eeb8b132aa44fd21f914dc828c6e7c6c57594f1 /theme.toml | |
parent | a98c11f5f75c3e1f0b85e74521d088c7dd3a9958 (diff) | |
download | hugo-bearcub-f9ba6222e4278479a6eb221d644abdeca9dc4583.tar.gz hugo-bearcub-f9ba6222e4278479a6eb221d644abdeca9dc4583.tar.bz2 |
Dynamically generated social cards
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ homepage = "https://github.com/clente/hugo-bearcub" demosite = "https://clente.github.io/hugo-bearcub" tags = ["blog", "responsive", "minimal", "personal", "dark", "multilingual"] -features = ["favicon", "seo", "no javascript", "rss"] +features = ["favicon", "seo", "no javascript", "rss", "social cards"] # If the theme has a single author [author] |