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

@@ -48,11 +48,11 @@
<!-- start of pages -->
<div class="columns is-multiline is-centered">
<!-- start of page -->
<div class="column is-7">
<div class="column is-7" itemscope itemtype="https://schema.org/CreativeWork">
<div class="card">
<!-- post header -->
<div class="card-content-header">
<h4 class="title is-4 has-text-centered">{{ page.title }}</h4>
<h2 class="title is-4 has-text-centered" itemprop="name">{{ page.title }}</h2>
</div>
<!-- end of post header -->
<!-- post content -->