mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Remove whitespace
This commit is contained in:
parent
6561dc788e
commit
ff9999d31c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<time class="published" itemprop="datePublished" datetime="{{ page.date|date("Y-m-d") }}">{{ page.date|date("M j, Y") }}</time>
|
||||
{% endif %}
|
||||
{% if author %}
|
||||
<span itemprop="author" itemscope itemtype="http://schema.org/Person" />
|
||||
<span itemprop="author" itemscope itemtype="http://schema.org/Person"/>
|
||||
<a {% if page.taxonomy.author %}href="{{ base_url }}/author{{ config.system.param_sep }}{{ author }}" itemprop="url" {% endif %}class="author">
|
||||
<span class="name" rel="author">{{ author }}</span>
|
||||
{% if avatar %}<img src="{{ avatar }}" alt="{{ author }}" />{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue