mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
changing to html from tpl files
This commit is contained in:
parent
cb3f731743
commit
bb6012eced
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
% include('header_band.tpl')
|
% include('header_band.html')
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
|
@ -54,4 +54,4 @@
|
||||||
</div><!-- /.row ALL CARDS-->
|
</div><!-- /.row ALL CARDS-->
|
||||||
</div><!-- /.container MAIN-->
|
</div><!-- /.container MAIN-->
|
||||||
|
|
||||||
% include('footer_main.tpl')
|
% include('footer_main.html')
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% include('header_resources.tpl')
|
% include('header_resources.html')
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3>Come learn about things!</h3>
|
<h3>Come learn about things!</h3>
|
||||||
<br />
|
<br />
|
||||||
|
@ -67,4 +67,4 @@
|
||||||
</div><!-- /.row ALL CARDS-->
|
</div><!-- /.row ALL CARDS-->
|
||||||
</div><!-- /.container MAIN-->
|
</div><!-- /.container MAIN-->
|
||||||
|
|
||||||
% include('footer_main.tpl')
|
% include('footer_main.html')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue