Browse Source

Added new class to make text lowcase

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
17846876da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _layouts/post.html

2
_layouts/post.html

@ -10,7 +10,7 @@ section_id: blog
<div class="row">
<div class="large-8 large-centered columns">
<div class="post-content">
<h2>{{page.title}}</h2>
<h2 id="page-title">{{page.title}}</h2>
<p class='info'>
{% if page.categories != empty %}
<span>

Loading…
Cancel
Save