Beispiel #1
0
?>
</h1>
      <?php 
echo $page->newsletterDescription()->kirbytext();
?>
      <?php 
snippet('newsletter');
?>
    </div> 

    <div class="section">
      <h1>Instagram</h1>
      <ul>
      	<?php 
$instagram = new \Instagram();
foreach ($instagram->feed()->limit(4)->get() as $image) {
    ?>
   
	      <li><a href="<?php 
    echo $image->link();
    ?>
"><img src="<?php 
    echo $image->thumbnail();
    ?>
" /></a></li>
	    <?php 
}
?>
	  </ul>
    </div>