Author: sebb
Date: Tue Apr 24 00:19:11 2018
New Revision: 1829952
URL: http://svn.apache.org/viewvc?rev=1829952&view=rev
Log:
Simplify; the generator has already calculated the id variable if necessary
Modified:
attic/site-jekyll/src/_includes/project.list
Modified: attic/site-jekyll/src/_includes/project.list
URL:
http://svn.apache.org/viewvc/attic/site-jekyll/src/_includes/project.list?rev=1829952&r1=1829951&r2=1829952&view=diff
==============================================================================
--- attic/site-jekyll/src/_includes/project.list (original)
+++ attic/site-jekyll/src/_includes/project.list Tue Apr 24 00:19:11 2018
@@ -1,4 +1,4 @@
<h6>Projects in the Attic</h6>
<ul>{% for project in site.data.projects %}
- <li><a href="/projects/{{ project.id | default: project.name |
downcase | replace: " ","-" | replace: "/","-" }}.html">{{ project.name
}}</a></li> {% endfor %}
+ <li><a href="/projects/{{ project.id }}.html">{{ project.name
}}</a></li> {% endfor %}
</ul>
\ No newline at end of file