index sends the title variable to header to be filled in on the page
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<title>chimchooree's dev space - blessfrey</title>
|
<title>{{title or 'blessfrey.me'}}</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset="utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset="utf-8">
|
||||||
<link rel="stylesheet" type="text/css" href="res/styles/index.css"/>
|
<link rel="stylesheet" type="text/css" href="res/styles/index.css"/>
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
% rebase('frame.tpl')
|
% rebase('frame.tpl', title='chimchooree\'s dev space - blessfrey')
|
||||||
<div class="body-row"> </div>
|
<div class="body-row"> </div>
|
||||||
|
|
||||||
<div class="social">
|
<div class="social">
|
||||||
|
|||||||
Reference in New Issue
Block a user