Skip to content

Commit

Permalink
feat: Add a footer to the HTML email (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Feb 13, 2025
1 parent fb01a48 commit 491a1c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sources/reporter/Command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ struct Command: AsyncParsableCommand {
</ul>
{% endif %}
{% endfor %}
<hr />
<p>
Generated using <a href="https://github.com/inseven/reporter">Reporter</a>.
</p>
</html>
""", context: context)

Expand Down

0 comments on commit 491a1c8

Please sign in to comment.