mirror of
https://github.com/icons8/lunacy-docs.git
synced 2026-09-24 15:30:07 -05:00
fixed baseurl
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
doks:
|
||||
baseurl:
|
||||
baseurl: /lunacy-docs
|
||||
color_theme: blue
|
||||
header:
|
||||
logo:
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
@@ -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&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">
|
||||
|
||||
Reference in New Issue
Block a user