fixed baseurl

This commit is contained in:
Marat
2018-08-18 11:55:51 +03:00
parent 95adb3c835
commit 019fab79fb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
doks:
baseurl:
baseurl: /lunacy-docs
color_theme: blue
header:
logo:
+2 -2
View File
@@ -4,9 +4,9 @@
<div class="row">
<div class="col-sm-6">
{% if site.doks.footer.content.logo.text %}
<a href="{% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/" class="site-footer__logo">{{ site.doks.footer.content.logo.text }}</a>
<a href="{% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}" class="site-footer__logo">{{ site.doks.footer.content.logo.text }}</a>
{% elsif site.doks.footer.content.logo.image %}
<a href="{% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/" class="site-footer__logo">
<a href="{% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}" class="site-footer__logo">
<img src="{% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/images/layout/logo-footer.png">
</a><!-- /.site-footer__logo -->
{% endif %}
+1 -1
View File
@@ -10,4 +10,4 @@
{% endif %}
<link rel="icon" href="{% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,700i|Noto+Sans:400,400i,700,700i|Source+Code+Pro&amp;subset=latin-ext">
<link rel="stylesheet" href="{% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/lunacy-docs/doks-theme/assets/css/style.css">
<link rel="stylesheet" href="{% if jekyll.environment == 'production' %}{{ site.doks.baseurl }}{% endif %}/doks-theme/assets/css/style.css">