mirror of
https://github.com/pawroman/zola-theme-terminimal
synced 2024-11-22 04:23:04 +00:00
Fix tag view page
This commit is contained in:
parent
4623287652
commit
9f26ec2814
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019 Paweł Romanowski
|
Copyright (c) 2019 Paweł Romanowski
|
||||||
|
|
||||||
Copyright (c) 2019 panr
|
Copyright (c) 2019 panr
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
({{ term.pages | length }} post{{ term.pages | length | pluralize }})
|
({{ term.pages | length }} post{{ term.pages | length | pluralize }})
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<a href="/tags">
|
<a href="{{ config.base_url }}/tags">
|
||||||
Show all tags
|
Show all tags
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue