footer.html 244 B

123456789
  1. <footer>
  2. <hr/>
  3. <div role="contentinfo">
  4. <p>&copy; Copyright {{ copyright }}
  5. <br>Last updated on {{ last_updated }} from the <a href="https://git.openembedded.org/bitbake/">bitbake</a> git repository.
  6. </p>
  7. </div>
  8. </footer>