diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-05 01:39:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-05 01:39:56 +0200 |
| commit | 03a5d662e498ac295e6aab2c0322d624f76ffa2e (patch) | |
| tree | 5f92cccab02c899071424bc02b7dde08f75cf602 /theme.toml | |
| parent | f1cb48a7e000be9332d22aa5f0f40bb36015839c (diff) | |
| parent | 143f31a09673045925622d062c993315c62cff41 (diff) | |
| download | gohugo-theme-ed-03a5d662e498ac295e6aab2c0322d624f76ffa2e.tar.gz | |
Merge pull request #6 from sergeyklay/feature/search
Implementing search
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,7 @@ tags = [ "minimalist", "multilingual", "responsive", + "search", "simple" ] @@ -37,6 +38,7 @@ features = [ "posts", "responsive", "rss", + "search", "shortcodes", "simple" ] |
