WolfgangFahl / pyFlaskBootstrap4

Flask + Bootstrap 4 static components and templates for webprojects
Apache License 2.0
5 stars 2 forks source link

add Copyright widget #24

Closed WolfgangFahl closed 2 years ago

WolfgangFahl commented 2 years ago

to render e.g.

<nav>
         <span class='copyright'>© 2021-2022&nbsp;
           <a href='https://github.com/WolfgangFahl/pyOnlineSpreadSheetEditing'>Tim Holzheim & Wolfgang Fahl</a>&nbsp;All Rights reserved.
         </span>
      </nav>