Add breadcrumb navigation and enhance button functionality
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m12s
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m12s
This commit is contained in:
@@ -7,7 +7,11 @@ layout: default
|
||||
<h1 class="cyber-h" style="margin-bottom: 0;"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h1>
|
||||
<p style="margin-top: 0;"><small>{{ post.date | date: "%d.%m.%Y" }}</small></p>
|
||||
<p>{{ post.excerpt }}</p>
|
||||
<a href="{{ post.url | relative_url }}">Weiterlesen...</a>
|
||||
<button class="cyber-button bg-red fg-white m-2 vt-bot" data-href="{{ post.url | relative_url }}">
|
||||
Weiterlesen...
|
||||
<span class="glitchtext">$_glitch;</span>
|
||||
<span class="tag"></span>
|
||||
</button>
|
||||
</article>
|
||||
<hr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user