mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-05-29 20:38:51 +00:00
Update the layout of the footer
This commit is contained in:
@@ -271,11 +271,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<footer class="w3-center">
|
<footer class="w3-center">
|
||||||
|
<h2>
|
||||||
{% if next %}
|
{% if next %}
|
||||||
<a href="./{{ next }}">Next</a>
|
<a href="./{{ next }}" target="_self">Next</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
End of history
|
End of History
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</h2>
|
||||||
<br>
|
<br>
|
||||||
Portions of this page are reproduced from <a href="https://web.dev/articles/lazy-loading-video">work</a> created and <a href="https://developers.google.com/readme/policies">shared by Google</a> and used according to terms described in the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 License</a>.
|
Portions of this page are reproduced from <a href="https://web.dev/articles/lazy-loading-video">work</a> created and <a href="https://developers.google.com/readme/policies">shared by Google</a> and used according to terms described in the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 License</a>.
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user