mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix example sites in metadata tags list test
This commit is contained in:
parent
d974ba898c
commit
686206161b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Metadata tags as list!</title>
|
||||
<meta name="custom_field" content="http://notmyidea.org" />
|
||||
<meta name="custom_field" content="http://mrsenko.com" />
|
||||
<meta name="custom_field" content="https://getpelican.com" />
|
||||
<meta name="custom_field" content="https://www.eff.org" />
|
||||
</head>
|
||||
<body>
|
||||
When custom metadata tags are specified more than once
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue