summaryrefslogtreecommitdiff
path: root/pelican/tests/output/basic
diff options
context:
space:
mode:
Diffstat (limited to 'pelican/tests/output/basic')
-rw-r--r--pelican/tests/output/basic/a-markdown-powered-article.html1
-rw-r--r--pelican/tests/output/basic/article-1.html1
-rw-r--r--pelican/tests/output/basic/article-2.html1
-rw-r--r--pelican/tests/output/basic/article-3.html1
-rw-r--r--pelican/tests/output/basic/drafts/a-draft-article-without-date.html1
-rw-r--r--pelican/tests/output/basic/drafts/a-draft-article.html1
-rw-r--r--pelican/tests/output/basic/filename_metadata-example.html1
-rw-r--r--pelican/tests/output/basic/oh-yeah-fr.html1
-rw-r--r--pelican/tests/output/basic/oh-yeah.html1
-rw-r--r--pelican/tests/output/basic/second-article-fr.html1
-rw-r--r--pelican/tests/output/basic/second-article.html1
-rw-r--r--pelican/tests/output/basic/tag/baz.html1
-rw-r--r--pelican/tests/output/basic/this-is-a-super-article.html1
-rw-r--r--pelican/tests/output/basic/unbelievable.html1
14 files changed, 14 insertions, 0 deletions
diff --git a/pelican/tests/output/basic/a-markdown-powered-article.html b/pelican/tests/output/basic/a-markdown-powered-article.html
index 1e080c8f..894fb8c9 100644
--- a/pelican/tests/output/basic/a-markdown-powered-article.html
+++ b/pelican/tests/output/basic/a-markdown-powered-article.html
@@ -6,6 +6,7 @@
<title>A markdown powered article</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
+ <meta name="description" content="You're mutually oblivious. a root-relative link to unbelievable a file-relative link to unbelievable" />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/article-1.html b/pelican/tests/output/basic/article-1.html
index 63cc0170..5e1196b7 100644
--- a/pelican/tests/output/basic/article-1.html
+++ b/pelican/tests/output/basic/article-1.html
@@ -6,6 +6,7 @@
<title>Article 1</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
+ <meta name="description" content="Article 1" />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/article-2.html b/pelican/tests/output/basic/article-2.html
index cde9dce1..7dab6907 100644
--- a/pelican/tests/output/basic/article-2.html
+++ b/pelican/tests/output/basic/article-2.html
@@ -6,6 +6,7 @@
<title>Article 2</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
+ <meta name="description" content="Article 2" />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/article-3.html b/pelican/tests/output/basic/article-3.html
index 4887ecc8..ba934652 100644
--- a/pelican/tests/output/basic/article-3.html
+++ b/pelican/tests/output/basic/article-3.html
@@ -6,6 +6,7 @@
<title>Article 3</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
+ <meta name="description" content="Article 3" />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/drafts/a-draft-article-without-date.html b/pelican/tests/output/basic/drafts/a-draft-article-without-date.html
index 5187afab..039f2187 100644
--- a/pelican/tests/output/basic/drafts/a-draft-article-without-date.html
+++ b/pelican/tests/output/basic/drafts/a-draft-article-without-date.html
@@ -6,6 +6,7 @@
<title>A draft article without date</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
+ <meta name="description" content="This is a draft article, it should live under the /drafts/ folder and not be listed anywhere else." />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/drafts/a-draft-article.html b/pelican/tests/output/basic/drafts/a-draft-article.html
index 3e6ed5f0..068b414a 100644
--- a/pelican/tests/output/basic/drafts/a-draft-article.html
+++ b/pelican/tests/output/basic/drafts/a-draft-article.html
@@ -6,6 +6,7 @@
<title>A draft article</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
+ <meta name="description" content="This is a draft article, it should live under the /drafts/ folder and not be listed anywhere else." />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/filename_metadata-example.html b/pelican/tests/output/basic/filename_metadata-example.html
index 29aabac3..6a6ee389 100644
--- a/pelican/tests/output/basic/filename_metadata-example.html
+++ b/pelican/tests/output/basic/filename_metadata-example.html
@@ -6,6 +6,7 @@
<title>FILENAME_METADATA example</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
+ <meta name="description" content="Some cool stuff!" />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/oh-yeah-fr.html b/pelican/tests/output/basic/oh-yeah-fr.html
index e605ac2e..58b933aa 100644
--- a/pelican/tests/output/basic/oh-yeah-fr.html
+++ b/pelican/tests/output/basic/oh-yeah-fr.html
@@ -8,6 +8,7 @@
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
<link rel="alternate" hreflang="en" href="/oh-yeah.html">
+ <meta name="description" content="Et voila du contenu en français" />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/oh-yeah.html b/pelican/tests/output/basic/oh-yeah.html
index d01a631e..1b8077f8 100644
--- a/pelican/tests/output/basic/oh-yeah.html
+++ b/pelican/tests/output/basic/oh-yeah.html
@@ -8,6 +8,7 @@
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
<link rel="alternate" hreflang="fr" href="/oh-yeah-fr.html">
+ <meta name="description" content="Why not ? After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst ! YEAH !" />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/second-article-fr.html b/pelican/tests/output/basic/second-article-fr.html
index f3c39ca4..87b95cc4 100644
--- a/pelican/tests/output/basic/second-article-fr.html
+++ b/pelican/tests/output/basic/second-article-fr.html
@@ -8,6 +8,7 @@
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
<link rel="alternate" hreflang="en" href="/second-article.html">
+ <meta name="description" content="Ceci est un article, en français." />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/second-article.html b/pelican/tests/output/basic/second-article.html
index a7ea7780..3e0c5296 100644
--- a/pelican/tests/output/basic/second-article.html
+++ b/pelican/tests/output/basic/second-article.html
@@ -8,6 +8,7 @@
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
<link rel="alternate" hreflang="fr" href="/second-article-fr.html">
+ <meta name="description" content="This is some article, in english" />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/tag/baz.html b/pelican/tests/output/basic/tag/baz.html
index 259b17fe..c891121e 100644
--- a/pelican/tests/output/basic/tag/baz.html
+++ b/pelican/tests/output/basic/tag/baz.html
@@ -6,6 +6,7 @@
<title>The baz tag</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
+ <meta name="description" content="This article overrides the listening of the articles under the baz tag." />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/this-is-a-super-article.html b/pelican/tests/output/basic/this-is-a-super-article.html
index 220817d3..bd1472e4 100644
--- a/pelican/tests/output/basic/this-is-a-super-article.html
+++ b/pelican/tests/output/basic/this-is-a-super-article.html
@@ -6,6 +6,7 @@
<title>This is a super article !</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
+ <meta name="description" content="Multi-line metadata should be supported as well as inline markup." />
</head>
<body id="index" class="home">
diff --git a/pelican/tests/output/basic/unbelievable.html b/pelican/tests/output/basic/unbelievable.html
index 8cdc892c..e0836d70 100644
--- a/pelican/tests/output/basic/unbelievable.html
+++ b/pelican/tests/output/basic/unbelievable.html
@@ -6,6 +6,7 @@
<title>Unbelievable !</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
+ <meta name="description" content="Or completely awesome. Depends the needs. a root-relative link to markdown-article a file-relative link to markdown-article Testing sourcecode..." />
</head>
<body id="index" class="home">