mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
get tests passing
This commit is contained in:
parent
9e51e767d4
commit
7b59b34a73
4 changed files with 17 additions and 28 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
Summary comment is not included.
|
||||
<!-- PELICAN_END_SUMMARY -->
|
||||
<!-- But this comment is (including extra whitespace) -->
|
||||
Body content
|
||||
<!-- This comment is included (including extra whitespace) -->
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -5,11 +5,11 @@
|
|||
<meta name="date" contents="2010-12-02 10:14" />
|
||||
<meta name="category" contents="yeah" />
|
||||
<meta name="author" contents="Alexis Métaireau" />
|
||||
<meta name="summary" contents="Summary and stuff" />
|
||||
<meta name="custom_field" contents="http://notmyidea.org" />
|
||||
</head>
|
||||
<body>
|
||||
Multi-line metadata should be supported
|
||||
as well as <strong>inline markup</strong>.
|
||||
<!-- PELICAN_END_SUMMARY -->
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue