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:
@@ -2,6 +2,7 @@
|
||||
layout: default
|
||||
---
|
||||
|
||||
{% if site.posts and site.posts.size > 0 %}
|
||||
{% for post in site.posts %}
|
||||
<article>
|
||||
<h1 class="cyber-h" style="margin-bottom: 0;"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h1>
|
||||
@@ -15,3 +16,6 @@ layout: default
|
||||
</article>
|
||||
<hr>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<div class="cyber-att-2" style="margin: 32px 0;">Es gibt noch keine Neuigkeiten...</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user