diff options
Diffstat (limited to 'nova/article.html')
-rw-r--r-- | nova/article.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/nova/article.html b/nova/article.html deleted file mode 100644 index 6e82369..0000000 --- a/nova/article.html +++ /dev/null @@ -1,35 +0,0 @@ -<article class=full> - <p class=figure data-attribution='{{attribution}}'> - <a href='{{url}}'><img alt src='{{image}}'></a> - <h2><a href='{{url}}'>{{title}}</a></h2> - - <p class=byline> - <img alt class='headshot mini' src='{{portrait}}'> - <span class=navn> - <a href='/folk/{{author}}'>{{author}}</a> - for <a href='/group/{{group}}'>{{group}}</a> - </span> - - <section class=content> - <aside> - <img alt class=headshot src='{{portrait}}'> - {{#info}} - <h3>Om filmen</h3> - {{/info}} - {{#info}} - <dl> - <dt>{{term}}</dt> - <dd>{{fact}}</dd> - </dl> - {{/info}} - </aside> - - <section class=body> - {{#lead}} - <p class=lead><b>{{lead}}</b> - {{/lead}} - {{&text}} - </section> - </section> -</article> - |