Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-06-14 18:26:38 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-06-14 18:26:38 +0300
commit2a85d208271d0e7d7550a31f3ef465124b84e51d (patch)
tree403d00d38611332c180a75e6cc67c82c196969f2 /_includes
parentda0d53454b55e10845198968fd072af9809e9743 (diff)
Updated to minimal-mistakes-jekyll-4.16.4
Diffstat (limited to '_includes')
-rw-r--r--_includes/masthead.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_includes/masthead.html b/_includes/masthead.html
index b5174b6..8b8b97d 100644
--- a/_includes/masthead.html
+++ b/_includes/masthead.html
@@ -1,7 +1,16 @@
+{% if site.logo contains "://" %}
+ {% capture logo_path %}{{ site.logo }}{% endcapture %}
+{% else %}
+ {% capture logo_path %}{{ site.logo }}{% endcapture %}
+{% endif %}
+
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
+ {% unless logo_path == empty %}
+ <a class="site-logo" href="{{ '/' | relative_url }}"><img src="{{ logo_path | relative_url }}" alt=""></a>
+ {% endunless %}
<a class="site-title" href="{{ '/' | absolute_url }}"><img src="/assets/images/remmina_logo.png"></a>
<ul class="visible-links">
{%- for link in site.data.navigation.main -%}