change h2 into div
This commit is contained in:
parent
23f7c3ab1a
commit
9da2f400e8
1 changed files with 10 additions and 8 deletions
|
@ -2,14 +2,16 @@
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<header class="post-header wrapper">
|
<header class="post-header">
|
||||||
<h2 class="post-title">
|
<div class="post-title wrapper">
|
||||||
{% if page.external-url %}
|
<h2>
|
||||||
<a href="{{ page.external-url }}">{{ page.title }}</a>
|
{% if page.external-url %}
|
||||||
{% else %}
|
<a href="{{ page.external-url }}">{{ page.title }}</a>
|
||||||
{{ page.title }}
|
{% else %}
|
||||||
{% endif %}
|
{{ page.title }}
|
||||||
</h2>
|
{% endif %}
|
||||||
|
</h2>
|
||||||
|
</div>
|
||||||
<p class="public-date">vom <time class="page-date" datetime="{{ page.date | date: "%Y-%m-%d"}}">
|
<p class="public-date">vom <time class="page-date" datetime="{{ page.date | date: "%Y-%m-%d"}}">
|
||||||
{% assign m = page.date | date: "%-m" %}
|
{% assign m = page.date | date: "%-m" %}
|
||||||
{{ page.date | date: "%d" }}
|
{{ page.date | date: "%d" }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue