diff options
Diffstat (limited to 'templates/head.html')
-rw-r--r-- | templates/head.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/head.html b/templates/head.html index 7a2e5bb..c835d6e 100644 --- a/templates/head.html +++ b/templates/head.html @@ -16,7 +16,8 @@ <div class="head-nav-topdiv"> <div class="nav-title"> <p class="text-lg">ODR-DabMux</p> - <p class="text-lg"><b>{{ conf.instance_name }}</b></p> + <p><a href="https://www.opendigitalradio.org">www.opendigitalradio.org</a></p> + <p class="text-lg">Instance name:<br>{{ conf.instance_name }}</p> </div> <div class="div-menu"> |