Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 570 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 570 Bytes

Stapler Adjunct for Font Awesome

To include fontawesome, add the module as a Maven dependency:

<dependency>
    <groupId>org.kohsuke.stapler</groupId>
    <artifactId>stapler-adjunct-fontawesome</artifactId>
    <version>...</version>
</dependency>

And then include the following adjunct in your page:

<!-- for Jelly view -->
<st:adjunct includes="org.kohsuke.stapler.fontawesome"/>

<!-- for Groovy view -->
<% adjunct 'org.kohsuke.stapler.fontawesome' %>