From: W. Trevor King <wking@drexel.edu>
Date: Thu, 7 Oct 2010 13:27:14 +0000 (-0400)
Subject: Add vcs-git link to shared/header.shtml.
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3e2e121fd8748a435c361f138882f03e17ac6b5;p=parallel_computing.git

Add vcs-git link to shared/header.shtml.

See
  http://kitenet.net/~joey/rfc/rel-vcs/
for a description of the rel=vcs-* microformat.
---

diff --git a/shared/header.shtml b/shared/header.shtml
index 219e4bd..23496d3 100644
--- a/shared/header.shtml
+++ b/shared/header.shtml
@@ -11,6 +11,7 @@
   <title>PHYS405</title>
   <link rel="stylesheet" type="text/css" media="screen"
 	href="<!--#echo var="root_directory" -->/shared/style.css" />
+  <link rel="vcs-git" href="/~wking/code/git/parallel_computing.git" title="PHYS405 git repository" />
 </head>
 
 <body>