Skip to content

Commit

Permalink
Enhance navigation at blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Jan 13, 2025
1 parent 77b1f3a commit 48912c3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@
<article class="container">
<br/>
<div class="card">

<small class="card-header">Publicado el {% include date-es.html date=page.date %}</small>
<small class="card-header">Published on {{ page.date | date: '%B %e, %Y' }}</small>
<div class="card-body">
<nav>
<a href="{{ site.baseurl }}/blog" class="go-back">&laquo; Back</a>
</nav>
<br/>
<h5><b>{{ page.title }}</b></h5>
<p class="card-text">{{ content }}</p>
<div class="arrow-back">
<a href="{{ site.baseurl }}/blog" class="go-back">&laquo; Volver</a>
</div>
<nav>
<a href="{{ site.baseurl }}/blog" class="go-back">&laquo; Back</a>
<a href="{{ page.discussion }}" target="_blank" class="comment">Comment</a>
</nav>
</div>
</div>
</article>
Expand Down

0 comments on commit 48912c3

Please sign in to comment.