Skip to content

Commit

Permalink
microformats: don't bundle résumé vcard into hfeed
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Aug 27, 2011
1 parent 1cf156e commit 7d98bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layout/base.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<div id="lf-page-1"></div>
<div id="lf-page-2"></div>
<div id="lf-page">
<article class="hfeed"><div class="hentry">
{% block hfeed %}<article class="hfeed"><div class="hentry">{% endblock %}
{% block header %}
<header>
<h1 class="entry-title">{{resource.meta.title|typogrify|e}}</h1>
Expand Down
4 changes: 3 additions & 1 deletion layout/cv.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<link rel="stylesheet" href="{{ media_url('css/cv.css') }}" type="text/css" />
{% endblock %}

{% block hfeed %}<article><div>{% endblock %}

{% block header %}
<header class="vcard">
<h1 class="author fn">Vincent Bernat</h1>
Expand All @@ -17,7 +19,7 @@
<span class="locality">Pantin</span><br />
<span class="country-name">France</span>
</div>
<img class="photo" src="{{ media_url('images/vcard.png')}}" />
<img src="{{ media_url('images/vcard.png')}}" />
</header>
{% endblock %}

Expand Down

0 comments on commit 7d98bc9

Please sign in to comment.