10 lines
244 B
HTML
10 lines
244 B
HTML
|
|
<footer>
|
||
|
|
<hr/>
|
||
|
|
<div role="contentinfo">
|
||
|
|
<p>© Copyright {{ copyright }}
|
||
|
|
<br>Last updated on {{ last_updated }} from the <a href="https://git.openembedded.org/bitbake/">bitbake</a> git repository.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</footer>
|
||
|
|
|