Hey I saved a article and tried to watch it in the Article View
But I dont see the Text.
I only can see the Title
Thats the code I used:
<h2><span><?= $page->title()->html() ?></span></h2>
<div class="content-padding">
<div class="article-full">
<div class="article-icons">
<a href="user-single.html" class="user-tooltip"><i class="fa fa-fire"></i>datcouch</a>
<a href="#"><i class="fa fa-calendar"></i>September 11, 2012</a>
<a href="#" class="show-likes"><i class="fa fa-heart"></i>20 likes</a>
</div>
<div class="clear-float do-the-split"></div>
<div class="article-content">
<?= $page->text()->kirbytext() ?>
<a href="<?= url('blog') ?>">Back…</a>
</div>
</div>
</div>
This is my YML:
title: Article
pages: false
fields:
title:
label: Title
type: title
coverimage:
label: Cover Image
required: true
type: image
width: 1/2
date:
icon: calendar
label: Date
type: date
format: LL
placeholder: Select a date…
default: today
required: true
width: 1/2
Text:
label: Text
type: textarea
tags:
label: Tags
type: tags