diff --git a/content/experiment-control/artiq.md b/content/experiment-control/artiq.md index a0cd9ef..da17da1 100644 --- a/content/experiment-control/artiq.md +++ b/content/experiment-control/artiq.md @@ -6,6 +6,7 @@ template = "page.html" [extra] logo = "images/logo-artiq@2x.png" logo_size = 125 +logo_only = true +++ diff --git a/static/images/logo-artiq@2x.png b/static/images/logo-artiq@2x.png index 309e7b4..169451d 100644 Binary files a/static/images/logo-artiq@2x.png and b/static/images/logo-artiq@2x.png differ diff --git a/templates/page.html b/templates/page.html index 640308d..1a3a9b5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -23,10 +23,14 @@ logo {% endif %} - {% if page.extra and page.extra.title %} -

{{ page.extra.title }}

+ {% if not page.extra.logo_only %} + {% if page.extra and page.extra.title %} +

{{ page.extra.title }}

+ {% else %} +

{{ page.title }}

+ {% endif %} {% else %} -

{{ page.title }}

+
{% endif %}