Add single Schema

This commit is contained in:
Jesús
2019-11-24 19:41:06 -05:00
parent 0802d06a22
commit cc25865283
7 changed files with 90 additions and 57 deletions

View File

@@ -68,12 +68,12 @@
<!-- start of posts -->
<div class="columns is-multiline is-centered">
<!-- start of post -->
<article class="column is-10">
<article class="column is-10" itemscope itemtype="https://schema.org/CreativeWork">
<div class="card">
<!-- post header -->
<div class="card-content-header">
<h2 class="title is-4 has-text-centered" id="titulo">{{ article.title }}</h2>
<h2 class="title is-4 has-text-centered" id="titulo" itemprop="name">{{ article.title }}</h2>
</div>
<!-- end of post header -->
@@ -82,7 +82,7 @@
<div class="content">
<div class="card-inner-wrapper">
<!-- post text -->
<div class="card-content-text has-text-justified">
<div class="card-content-text has-text-justified" itemprop="text">
{% if article.toc %}
<nav class="toc">
{{ article.toc }}