We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c960e02 commit ce36bdeCopy full SHA for ce36bde
docs/index.markdown
@@ -50,7 +50,7 @@ I keep track of various projects, dashboards and videos I've done here.
50
## Dashboards
51
<ul>
52
{% assign reversed_dashboards = site.dashboards | reverse %}
53
- {% for item in reversed_dashboards %}
+ {% for item in site.dashboards %}
54
<li>
55
<a href="{{ item.url }}">{{ item.title }}</a>
56
<span style="display: block; font-size: 0.75em;">
0 commit comments