Fix titlemaker bug

This commit is contained in:
Clément Fournier
2018-05-27 20:10:15 +02:00
parent 3465b1a77c
commit c0a0f577bb
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
{% capture excluded %}{{ page.tags | intersect: exclude_tags | empty }}{% endcapture %}
{% if included contains "true" and excluded contains "true" %}
<li><a href="{{page.url | remove: '/'}}">{{ titlemaker }}</a></li>
<li><a href="{{page.url | remove: '/'}}">{% eval titlemaker %}</a></li>
{% endif %}
{% endfor %}
</ul>

View File

@ -38,8 +38,8 @@ also support an extensive API to [**write your own rules**](#shuffle-panel-writi
which you can do either in Java or as a self-contained XPath query.
PMD is most useful when **integrated into your build process**. It can then be
used as a quality gate, to enforce a coding standard for your codebase. PMD
can be used:
used as a quality gate, to enforce a coding standard for your codebase. Among other
things, PMD can be run:
* As a [Maven goal](pmd_userdocs_tools_maven.html)
* As an [Ant task](pmd_userdocs_tools_ant.html)
* As a [Gradle task](https://docs.gradle.org/current/userguide/pmd_plugin.html)