diff options
| author | Justin Mayer <entroP@gmail.com> | 2020-04-15 16:58:03 +0200 |
|---|---|---|
| committer | Justin Mayer <entroP@gmail.com> | 2020-04-15 16:58:03 +0200 |
| commit | 540c06b2b8b678992b22e4df29e5671f93851fda (patch) | |
| tree | 4abb522d7daf856868cbee3f035db0b46100cf1d /pelican/tests/output/custom/drafts | |
| parent | d536cd223957cc2591cbc0b1307007d07deba50c (diff) | |
| download | pelican-theme-metadata.tar.gz | |
Update test output with "description" metadata tagtheme-metadata
Diffstat (limited to 'pelican/tests/output/custom/drafts')
| -rw-r--r-- | pelican/tests/output/custom/drafts/a-draft-article-without-date.html | 1 | ||||
| -rw-r--r-- | pelican/tests/output/custom/drafts/a-draft-article.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pelican/tests/output/custom/drafts/a-draft-article-without-date.html b/pelican/tests/output/custom/drafts/a-draft-article-without-date.html index 3c61b23c..03aecc56 100644 --- a/pelican/tests/output/custom/drafts/a-draft-article-without-date.html +++ b/pelican/tests/output/custom/drafts/a-draft-article-without-date.html @@ -7,6 +7,7 @@ <link rel="stylesheet" href="../theme/css/main.css" /> <link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" /> <link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS 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/custom/drafts/a-draft-article.html b/pelican/tests/output/custom/drafts/a-draft-article.html index 3316df7c..87be8bec 100644 --- a/pelican/tests/output/custom/drafts/a-draft-article.html +++ b/pelican/tests/output/custom/drafts/a-draft-article.html @@ -7,6 +7,7 @@ <link rel="stylesheet" href="../theme/css/main.css" /> <link href="http://blog.notmyidea.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Alexis' log Atom Feed" /> <link href="http://blog.notmyidea.org/feeds/all.rss.xml" type="application/rss+xml" rel="alternate" title="Alexis' log RSS 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"> |
