File: article.html

package info (click to toggle)
taskflow 3.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,948 kB
  • sloc: cpp: 39,058; xml: 35,572; python: 12,935; javascript: 1,732; makefile: 59; sh: 16
file content (88 lines) | stat: -rw-r--r-- 3,737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
  <meta charset="UTF-8" />
  <title>An article | A Pelican Blog</title>
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
  <link rel="stylesheet" href="static/m-dark.css" />
  <link rel="canonical" href="article.html" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta property="og:site_name" content="A Pelican Blog" />
  <meta name="twitter:creator" content="@czmosra" />
  <meta name="twitter:creator:id" content="1537427036" />
  <meta property="og:title" content="An article" />
  <meta name="twitter:title" content="An article" />
  <meta property="og:url" content="article.html" />
  <meta property="og:description" content="Article summary." />
  <meta name="twitter:description" content="Article summary." />
  <meta property="og:image" content="./category.jpg" />
  <meta name="twitter:image" content="./category.jpg" />
  <meta name="twitter:card" content="summary" />
  <meta property="og:type" content="article" />
</head>
<body>
<header><nav id="navigation">
  <div class="m-container">
    <div class="m-row">
      <a href="./" id="m-navbar-brand" class="m-col-t-9 m-col-m-none m-left-m">A Pelican Blog</a>
    </div>
  </div>
</nav></header>
<main>
<div class="m-container">
  <div class="m-row">
    <article class="m-col-m-10 m-nopadb">
      <header>
        <h1><a href="article.html" rel="bookmark" title="Permalink to An article">
          <time class="m-date" datetime="2017-12-17T00:00:00+00:00">
            Dec <span class="m-date-day">17</span> 2017
          </time>
          An article
        </a></h1>
        <p>Article summary.</p>
      </header>
      <div class="m-clearfix-l"></div>
<!-- content -->
<p>There should be a category image + author's twitter in the social meta tag and
two badges with images on the bottom.</p>
<!-- /content -->
      <div class="m-block m-success m-badge">
        <img src="./mosra.jpg" alt="An Author" />
        <h3>About the author</h3>
        <p>Contents of the badge, displayed at article bottom.
        <a href="./author-an-author.html">Link to the author.</a></p>
      </div>
      <div class="m-block m-warning m-badge">
        <img src="./category.jpg" alt="A category" />
        <h3>A category name, displayed on top of the category badge/details</h3>
        <p>Contents of the badge, displayed at article bottom.
        <a href="./category-a-category.html">Link to the category.</a></p>
      </div>
      <footer>
        <p>Posted by <a href="author-an-author.html">An Author</a> on <time datetime="2017-12-17T00:00:00+00:00">Dec 17, 2017</time> in <a href="category-a-category.html">A category</a>. Tags: <a href="tag-a-tag.html">A tag</a>.</p>
      </footer>
    </article>
    <nav class="m-navpanel m-col-m-2">
      <h3>Categories</h3>
      <ol class="m-block-bar-m">
        <li><a href="category-a-category.html">A category</a></li>
        <li><a href="category-category-with-no-image.html">Category with no image</a></li>
        <li><a href="category-minimal-category.html">Minimal category</a></li>
      </ol>
      <h3>Authors</h3>
      <ol class="m-block-bar-m">
        <li><a href="author-an-author.html">An Author</a></li>
        <li><a href="author-author-with-no-image.html">Author with no image</a></li>
        <li><a href="author-minimal-author.html">Minimal author</a></li>
      </ol>
      <h3>Tag cloud</h3>
      <ul class="m-tagcloud">
        <li class="m-tag-5"><a href="tag-a-tag.html">A tag</a></li>
        <li class="m-tag-5"><a href="tag-minimal-tag.html">Minimal tag</a></li>
      </ul>
    </nav>
  </div>
</div>
</main>
</body>
</html>