index sends the title variable to header to be filled in on the page

small-nav
Mimi Momo 4 years ago
parent ed9c90722b
commit c61909ecc6

@ -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,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">

Loading…
Cancel
Save