blog.css_url
Previous  Top  Next

A string variable containing the URL for the cascading style sheet for the blog.

In the default base template, blog.css_url is used in the <head> section to specify which style sheet to use.



Example
The example below is a simplified version of the code from the default base template:

<head>  
[other <head> contents here]  
<link rel="StyleSheet" href="{{blog.css_url}}" type="text/css">  
[other <head> contents here]  
</head>