Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/App/templates/layout/default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,10 @@
© {{ 'now' | date('Y') }} by <a href="https://www.dotkernel.com" target="_blank">
Dotkernel</a> a collection of PSR-7 Middleware applications and libraries
<br>
Website built on<a href="https://github.com/dotkernel/light" target="_blank">
Dotkernel Light </a>
Website built on <a href="https://github.com/dotkernel/light" target="_blank">Dotkernel Light</a>
<br>
The Laminas logo is copyright of the
<a href="https://getlaminas.org/about/foundation" target="_blank">Laminas Foundation</a>
</p>
</div>
</div>
Expand Down
Loading