Author: snoopdave
Date: Sun Feb  8 14:56:46 2015
New Revision: 1658182

URL: http://svn.apache.org/r1658182
Log:
Fix for missing custom.css via Kohei Nozaki (ROL-2060)

Modified:
    roller/trunk/app/src/main/webapp/themes/gaurav/tags_index.vm

Modified: roller/trunk/app/src/main/webapp/themes/gaurav/tags_index.vm
URL: 
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/themes/gaurav/tags_index.vm?rev=1658182&r1=1658181&r2=1658182&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/themes/gaurav/tags_index.vm (original)
+++ roller/trunk/app/src/main/webapp/themes/gaurav/tags_index.vm Sun Feb  8 
14:56:46 2015
@@ -5,6 +5,7 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   #includeTemplate($model.weblog "standard_head")
   <title>$model.weblog.name: $model.weblog.tagline</title>
+  <link rel="stylesheet" href='$url.page("custom.css")' />
 </head>
 <body>
 


Reply via email to