diff examples/tutorial/geddit/templates/index.html @ 633:d648cd694286

GenshiTutorial: add body class to show that the ''@*'' XPath in the match template works.
author cmlenz
date Wed, 05 Sep 2007 12:39:56 +0000
parents 693a7212b348
children
line wrap: on
line diff
--- a/examples/tutorial/geddit/templates/index.html
+++ b/examples/tutorial/geddit/templates/index.html
@@ -8,7 +8,7 @@
     <link rel="alternate" type="application/atom+xml" title="Geddit"
           href="${url('/feed/')}" />
   </head>
-  <body>
+  <body class="index">
     <h1>News</h1>
 
     <ol py:if="links" class="links">
Copyright (C) 2012-2017 Edgewall Software