We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84123f7 commit dc6cb11Copy full SHA for dc6cb11
docs/index.html
@@ -83,7 +83,7 @@ <h2>
83
</small>
84
</h2>
85
<p>
86
- <a href="{{ "{{site.categories.changelog.first.permalink}}" | relative_url }}">
+ <a href="{{ site.categories.changelog.first.permalink | relative_url }}">
87
{{site.categories.changelog.first.summary}}
88
</a>
89
</p>
@@ -94,7 +94,7 @@ <h2>
94
<h3>
95
{{site.categories.news.first.title}}
96
<small>
97
- <a href="{{ "{{site.categories.news.first.url}}" | relative_url }}">
+ <a href="{{ site.categories.news.first.url | relative_url }}">
98
{{site.categories.news.first.date | date: '%Y-%m-%d'}}
99
100
0 commit comments