blog.name

Previous page  First page  Next page

blog.name is a string variable containing the name of the blog.

 

 

Example

 

The following code casues the name of the blog, surrounded by asterisks, to be displayed in the title bar of the browser window:

 

<head>

(other items in the head section can go here)

<title>*** {{blog.name}} ***</title>

(other items in the head section can go here)

</head>