Skip to content

Instantly share code, notes, and snippets.

@Phlow
Last active August 8, 2022 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phlow/508c5eea7e5b5d4806c0687ae36292bb to your computer and use it in GitHub Desktop.
Save Phlow/508c5eea7e5b5d4806c0687ae36292bb to your computer and use it in GitHub Desktop.
Diese Vorlage basiert auf der Vorgabe des Microformats von Readability. Mehr zu diesen »Article Publishing Guidelines« liest man auf der Website › https://www.readability.com/developers/guidelines #HTML
<article class="hentry">
<header>
<h1 class="entry-title"></h1>
<h2 class="entry-summary"></h2>
<time class="published" datetime="2012-01-07 11:11:03-0400">
01-07-2012
</time>
<p class="byline author vcard">
Von <span class="fn"></span>
</p>
</header>
<div class="entry-content">
<p>Text</p>
<p>Text</p>
<figure>
<img src="tammy-strobel.jpg" alt="Portrait of Tammy Strobel" />
<figcaption>Bildunterschrift</figcaption>
</figure>
<p>Text</p>
<aside>
<h2>Share this Article</h2>
<ul>
<li>Facebook</li>
<li>Twitter</li>
<li>Etc</li>
</ul>
</aside>
<div class="entry-content-asset">
<a href="photo-full.png">
<img src="photo.png" alt="" />
</a>
</div>
<a class="entry-unrelated" href="http://fake.site/">Find Great Vacations</a>
</div>
<footer>
<p>Text</p>
<div class="source-org vcard copyright">
Copyright 2013 <span class="org fn">Phlow Media</span>
</div>
</footer>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment