| 9 | | <link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" /> |
| | 9 | <mt:IfBlog> |
| | 10 | <mt:IfNonEmpty tag="Link" template="styles"> |
| | 11 | <link rel="stylesheet" href="<$MTLink template="styles"$>" type="text/css" /> |
| | 12 | <mt:else> |
| | 13 | <link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" /> |
| | 14 | </mt:IfNonEmpty> |
| | 15 | <mt:else> |
| | 16 | <link rel="stylesheet" href="<$MTStaticWebPath$>themes-base/blog.css" type="text/css" /> |
| | 17 | <link rel="stylesheet" href="<$MTStaticWebPath$>themes/minimalist-red/screen.css" type="text/css" /> |
| | 18 | </mt:IfBlog> |