Add character profiles, new pages, and update layout styles
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m37s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m37s
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
<div class="cyber-razor-top bg-black" style="width: 100%"></div>
|
||||
<footer class="cyber-razor-top bg-black">
|
||||
{% if site.footer_links and site.footer_links.size > 0 %}
|
||||
{% for link in site.footer_links %}
|
||||
<a href="{{ link.url }}" class="cyber-a">{{ link.title }}</a>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<span></span> <!-- Erzeugt leeren, aber sichtbaren Footer -->
|
||||
{% endif %}
|
||||
</footer>
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.7.1.min.js"
|
||||
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
|
||||
|
||||
Reference in New Issue
Block a user