diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-28 15:15:11 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-28 15:15:11 +0200 |
| commit | 6b2b8e81e631a1fec44bdb94d5177cf5c56287c9 (patch) | |
| tree | 994d425dd7ea4e4d57986e64fefd712de8011c03 /theme.toml | |
| parent | 512e94b28b243105e053c1090f56ac31846bc7cf (diff) | |
| download | gohugo-theme-ed-6b2b8e81e631a1fec44bdb94d5177cf5c56287c9.tar.gz | |
Added multilanguage support
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -17,6 +17,7 @@ tags = [ "light", "minimal", "minimalist", + "multilingual", "responsive", "simple" ] @@ -25,18 +26,19 @@ tags = [ features = [ "blog", "clean", + "contact form", "favicon", "jsonfeed", "minimal", "minimalist", "mobile", + "multilingual", "opengraph", "posts", "responsive", "rss", "shortcodes", - "simple", - "contact form" + "simple" ] min_version = "0.95.0" |
