We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e316d1 commit 25dece6Copy full SHA for 25dece6
_config.yml
@@ -1,7 +1,7 @@
1
title: "Affiliates"
2
email: [email protected]
3
timezone: UTC
4
-baseurl: ""
+baseurl: "/affiliates-jekyll-theme"
5
permalink: "/:title/"
6
logo: 'assets/images/logo.png'
7
favicon: 'assets/images/favicon.ico'
_layouts/default.html
@@ -38,7 +38,7 @@
38
<nav class="navbar navbar-expand-lg">
39
<div class="container">
40
41
- <a class="navbar-brand text-dark font-weight-bold big d-flex align-items-center" href="/">
+ <a class="navbar-brand text-dark font-weight-bold big d-flex align-items-center" href="{{site.baseurl}}/">
42
{% if site.logo %}
43
<img class="mr-2" src="{{site.baseurl}}/{{site.logo}}" alt="logo">
44
{% else %}
0 commit comments