summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie McClelland <jm@mayfirst.org>2008-08-23 17:02:25 -0400
committerJamie McClelland <jm@mayfirst.org>2008-08-23 17:02:25 -0400
commitb1eaecef563d09dff1de2429ab6c14a8e0bdda75 (patch)
treead991b2710d65bb0c1083388b07cab5c385f0aa1
parentb6e33ef4583aa687c98cb01a206e9ca51a20513a (diff)
adding the templates directory and header template and testing
it's use with the index.mwdn file.
-rw-r--r--website/index.mdwn4
-rw-r--r--website/templates/header.mdwn1
2 files changed, 3 insertions, 2 deletions
diff --git a/website/index.mdwn b/website/index.mdwn
index 828ec9f..58c634e 100644
--- a/website/index.mdwn
+++ b/website/index.mdwn
@@ -1,3 +1,5 @@
+[[!template id="header"]]
+
The Monkeysphere project's goal is to extend the web of trust model
and other features of OpenPGP to other areas of the Internet to help
us securely identify each other while we work online.
@@ -9,8 +11,6 @@ yourself and the servers you administer or connect to. OpenPGP keys
are tracked via GnuPG, and managed in the `known_hosts` and
`authorized_keys` files used by OpenSSH for connection authentication.
-[why?](why) | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]]
-
## Conceptual overview ##
Everyone who has used secure shell is familiar with the prompt given
diff --git a/website/templates/header.mdwn b/website/templates/header.mdwn
new file mode 100644
index 0000000..fba9a66
--- /dev/null
+++ b/website/templates/header.mdwn
@@ -0,0 +1 @@
+[why?](why) | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]]