Skip to content

Commit 3921e15

Browse files
committed
Test resolve but in baseurl
1 parent 7a36d29 commit 3921e15

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ theme:
3535
creator: Rizky Ariestiyansyah
3636
codename: Naringu
3737
link: https://github.com/ariestiyansyah/naringu
38+
39+
baseurl: https://gjuniioor.github.io/naringu/

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
2222

2323
<!-- Icons -->
24-
<link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
24+
<link rel="shortcut icon" href=".{{ site.baseurl }}public/favicon.ico">
2525

2626
<!-- RSS -->
2727

28-
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
28+
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}atom.xml">
2929
<link rel="alternate" type="application/rss+xml" title="Mozilla RSS" href="feed.category.xml">
3030
</head>

0 commit comments

Comments
 (0)