1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 18:00:06 +01:00

remove unused classes

This commit is contained in:
Matthias Kretschmann 2016-05-02 00:01:49 +02:00
parent d3e19225b4
commit 7e27e9c67c
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
4 changed files with 8 additions and 8 deletions

View File

@ -2,9 +2,9 @@
layout: base
---
<section role="main" id="main" class="page-single grid">
<section role="main" id="main" class="page-single">
<article class="hentry format-link col6">
<article class="hentry format-link">
<header>
<h1 class="entry-title">
<a href="{{ page.linkurl }}" title="Go to source: {{ page.linkurl | remove:'http://' | remove:'https://' | remove:'www.' }}">

View File

@ -2,9 +2,9 @@
layout: base
---
<section role="main" id="main" class="page-single grid">
<section role="main" id="main" class="page-single">
<article class="hentry format-page col6">
<article class="hentry format-page">
<header>
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
</header>

View File

@ -2,9 +2,9 @@
layout: base
---
<section role="main" id="main" class="page-single grid">
<section role="main" id="main" class="page-single">
<article class="hentry format-photo col6">
<article class="hentry format-photo">
<figure class="hentry__teaser hmedia">

View File

@ -2,9 +2,9 @@
layout: base
---
<section role="main" id="main" class="page-single grid">
<section role="main" id="main" class="page-single">
<article class="hentry format-post col6">
<article class="hentry format-post">
<header>
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
</header>