diff options
Diffstat (limited to 'templates/shared/searchbottom.tmpl')
-rw-r--r-- | templates/shared/searchbottom.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/shared/searchbottom.tmpl b/templates/shared/searchbottom.tmpl index 43d6092e8d..b22324585c 100644 --- a/templates/shared/searchbottom.tmpl +++ b/templates/shared/searchbottom.tmpl @@ -1,3 +1,4 @@ +{{if or .result.Language (not .result.UpdatedUnix.IsZero)}} <div class="ui bottom attached table segment tw-flex tw-items-center tw-justify-between"> <div class="tw-flex tw-items-center gt-ml-4"> {{if .result.Language}} @@ -10,3 +11,4 @@ {{end}} </div> </div> +{{end}} |