Skip to content

Commit

Permalink
Minor layout test
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Jul 11, 2024
1 parent b3d4417 commit 121b056
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _includes/page_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
<div class="container">

<div class="row">
<div class="clearfix"></div>

<div class="col-lg-8">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<a id="{{ post.category }}" class="anchor-element" aria-label="Permalink: {{ post.title }}" >
<h2 class="section-heading">{{ post.title }}</h2></a>
<div class="lead">{{ post.content }}</div>
Expand Down Expand Up @@ -45,9 +46,10 @@ <h2 class="section-heading">{{ post.title }}</h2></a>
<div class="container">

<div class="row">
<div class="clearfix"></div>

<div class="col-lg-4">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
{% if post.img %}
{% if post.linkurl %}
<a href="{{ post.linkurl }}" alt="Link to more information">
Expand Down

0 comments on commit 121b056

Please sign in to comment.