Make path to humans.txt "dynamic"
This commit is contained in:
parent
7a2036c7ac
commit
f7854da576
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<link rel="alternate" type="application/atom+xml" title="{{ site.title }} Feed (with links)" href="{{ "/feed-with-links.xml" | prepend: site.url }}">
|
||||
|
||||
<!-- humans.txt -->
|
||||
<link rel="author" href="/humans.txt">
|
||||
<link rel="author" href="{{ "humans.txt" | prepend: site.baseurl }}">
|
||||
|
||||
{% if page.category == "posts" %}
|
||||
<!-- Twitter -->
|
||||
|
|
Loading…
Reference in a new issue