diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index cd50ef4b..e78c99f5 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -157,6 +157,7 @@ <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> <% end %> @ <%= CURRENT_BRANCH %> + <% if CURRENT_TAG != "" %> ( <% if CONFIG.modified_source_code_url %> <%= CURRENT_TAG %> @@ -164,6 +165,7 @@ <%= CURRENT_TAG %> <% end %> ) + <% end %>