fix blog stylesheets in html

This commit is contained in:
Sami Samhuri 2011-12-03 15:04:08 -08:00
parent 3a3e6062ae
commit 7341dcd2dc
2 changed files with 6 additions and 10 deletions

View file

@ -5,11 +5,9 @@
<title>sjs' blog</title>
<link rel="icon" type="image/gif" href="../images/s.gif">
<link rel="stylesheet" href="../css/blog-all.min.css">
{{#post}}
{{#styles}}
<link rel="stylesheet" href="../css/{{.}}.min.css">
{{/styles}}
{{/post}}
{{#styles}}
<link rel="stylesheet" href="../css/{{.}}.min.css">
{{/styles}}
<link rel="stylesheet" media="screen" href="../css/mobile.min.css">
<link rel="alternate" type="application/rss+xml" href="http://samhuri.net/blog/sjs.rss" title="sjs' blog">
<body id="blog">

View file

@ -7,11 +7,9 @@
<link rel="icon" type="image/gif" href="../images/s.gif">
<link rel="stylesheet" href="../css/blog-all.min.css">
<link rel="stylesheet" media="screen" href="../css/mobile.min.css">
{{#post}}
{{#styles}}
<link rel="stylesheet" href="../css/{{.}}.min.css">
{{/styles}}
{{/post}}
{{#styles}}
<link rel="stylesheet" href="../css/{{.}}.min.css">
{{/styles}}
<link rel="alternate" type="application/rss+xml" href="http://samhuri.net/blog/sjs.rss" title="sjs' blog">
<body id="blog">
<nav id="breadcrumbs"><a href="../">samhuri.net</a></nav>