mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-03 10:25:46 +00:00
fix blog stylesheets in html
This commit is contained in:
parent
3a3e6062ae
commit
7341dcd2dc
2 changed files with 6 additions and 10 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue