Add vcs-git link to shared/header.shtml.
authorW. Trevor King <wking@drexel.edu>
Thu, 7 Oct 2010 13:27:14 +0000 (09:27 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 7 Oct 2010 13:27:14 +0000 (09:27 -0400)
See
  http://kitenet.net/~joey/rfc/rel-vcs/
for a description of the rel=vcs-* microformat.

shared/header.shtml

index 219e4bd27b505ebfc0a2a3bd65f303e2036c82b1..23496d3ccaf05e6a7b018f95b87060d2877c9336 100644 (file)
@@ -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>