Skip to content

Commit 25dece6

Browse files
committed
update path
1 parent 6e316d1 commit 25dece6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: "Affiliates"
22
33
timezone: UTC
4-
baseurl: ""
4+
baseurl: "/affiliates-jekyll-theme"
55
permalink: "/:title/"
66
logo: 'assets/images/logo.png'
77
favicon: 'assets/images/favicon.ico'

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<nav class="navbar navbar-expand-lg">
3939
<div class="container">
4040

41-
<a class="navbar-brand text-dark font-weight-bold big d-flex align-items-center" href="/">
41+
<a class="navbar-brand text-dark font-weight-bold big d-flex align-items-center" href="{{site.baseurl}}/">
4242
{% if site.logo %}
4343
<img class="mr-2" src="{{site.baseurl}}/{{site.logo}}" alt="logo">
4444
{% else %}

0 commit comments

Comments
 (0)