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:
parent
d3e19225b4
commit
7e27e9c67c
@ -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.' }}">
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user