Update header.inc

Now includes description in page-header
This commit is contained in:
Peter Desmet 2015-01-16 16:15:42 +01:00
parent 20863ceeff
commit 8d914acbd6
2 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,5 @@
TITLE: Guidelines for contributing
DESCRIPTION: How to contribute to Darwin Core
DESCRIPTION: This document describes how you can contribute to Darwin Core.
Changes to the standard are subject to the [change policy](change_policy.html). Here's how you can contribute:

View File

@ -4,8 +4,8 @@
<meta charset="utf-8">
<title>Darwin Core XML Guide</title>
<link href="http://rs.tdwg.org/dwc/" rel="schema.DwC">
<meta content="$TITLE" name="DC.title">
<meta content="$DESCRIPTION" name="DC.description">
<meta name="DC.title" content="$TITLE">
<meta name="DC.description" content="$DESCRIPTION">
<meta name="DC.modified" content="$LAST_MODIFIED">
<meta name="dcterms.subject" content="biodiversity, standards">
@ -22,7 +22,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="$BASEassets/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="$BASEassets/main.css">
<link href="http://www.tdwg.org/" rel="meta">
</head>
<body>
@ -68,4 +67,5 @@
<div class="container">
<div class="page-header">
<h1>$TITLE</h1>
<p>$DESCRIPTION</p>
</div>