mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
fixed post title link url
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
</div>
|
||||
|
||||
<h1 class="post-title">
|
||||
<a href="/blog{{ page.url }}">{{ page.title }}</a>
|
||||
<a href="/blog{{ page.url }}/">{{ page.title }}</a>
|
||||
<div class="post-title-sub">
|
||||
by Jim Myhrberg – tags:
|
||||
{% for tag in page.categories %} <a href="/blog/tag/{{tag}}/" rel="tag"><i class="hash">#</i>{{tag}}</a>{% if forloop.last != true %},{% endif %}{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user