index page uses css and images; css and img are stored in static dir
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<title>{{title or 'blessfrey.me'}}</title>
|
||||
<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="static/css/{{css}}.css"/>
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
% rebase('frame.tpl')
|
||||
<div class="social">
|
||||
<a href="https://twitter.com/lilchimchooree"><img class="img-social-ribbon" src="res/img/ele/twitter-ribbon.png"></a>
|
||||
<a href="https://twitter.com/lilchimchooree"><img class="img-social-ribbon" src="static/img/ele/twitter-ribbon.png"></a>
|
||||
</div>
|
||||
|
||||
<div class="bg">
|
||||
|
||||
Reference in New Issue
Block a user