diff --git a/lib/theme/templates/layout.html b/lib/theme/templates/layout.html index c391983e..a4d21ced 100644 --- a/lib/theme/templates/layout.html +++ b/lib/theme/templates/layout.html @@ -41,7 +41,7 @@

{%- if theme.hasTest %}
  • Test
  • {%- endif %} - {%- if config.package.bugs and config.package.bugs.url %} + {%- if config.package.repository and config.package.repository.url %}
  • Issues
  • {%- endif %}