set header static

This commit is contained in:
Jonas Leder 2021-05-17 14:00:23 +02:00
parent d1f77a32d6
commit 84f66a372e
3 changed files with 9 additions and 0 deletions

View file

@ -24,5 +24,8 @@
</div>
<jl-footer></jl-footer>
<script src="/js/script.js"></script>
<script>
document.title = "Bildquellen - Jonas Leder";
</script>
</body>
</html>

View file

@ -346,5 +346,8 @@
</div>
<jl-footer></jl-footer>
<script src="/js/script.js"></script>
<script>
document.title = "Datenschutzerklärung - Jonas Leder";
</script>
</body>
</html>

View file

@ -71,5 +71,8 @@
</div>
<jl-footer></jl-footer>
<script src="/js/script.js"></script>
<script>
document.title = "Impressum - Jonas Leder";
</script>
</body>
</html>