diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-02 00:23:52 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-02 00:23:52 +0200 |
| commit | f89c2dbbb5d828494c8f11a846b88503dad9bbd5 (patch) | |
| tree | 7911fbb0fe38654ccb5716464b607d842335862c /theme.toml | |
| parent | ed7bea6694f23c740b63a9fc779f8c92b8a9720d (diff) | |
| download | gohugo-theme-ed-f89c2dbbb5d828494c8f11a846b88503dad9bbd5.tar.gz | |
Amend features
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -23,20 +23,19 @@ tags = [ # The theme's features: features = [ - # "blog", - # The theme should work smoothly on desktop as well as mobile browsers. + "blog", "responsive", - "posts" - # "opengraph", - # "favicon", + "posts", + "opengraph", + "favicon", # "archive", # "search", - # "clean", - # "simple", - # "feed", - # "minimal", - # "minimalist", - # "mobile" + "clean", + "simple", + "feed", + "minimal", + "minimalist", + "mobile" ] min_version = "0.84.0" |
