Skip to content

Commit

Permalink
Use Params.blogurl support for tags.html
Browse files Browse the repository at this point in the history
This allows customizing the relative url used for linking to the "blog"
page.
  • Loading branch information
Michael Moore committed Jul 19, 2020
1 parent 59b73c8 commit fdc78bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/taxonomy/tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<div class="post-list__container">
<div class="tag__header">
<a href="/blog">All posts</a><span class="separator">/</span>
<a href="{{ .Site.Params.blogurl }}">All posts</a><span class="separator">/</span>
<h1 class="tag__term">{{ .Title }}</h1>
</div>
<ul class="post-list">
Expand Down

0 comments on commit fdc78bc

Please sign in to comment.