add titles to pages
This commit is contained in:
parent
5ded3a9b8e
commit
a59609e041
|
@ -4,6 +4,7 @@
|
|||
#include header.html
|
||||
|
||||
<body>
|
||||
<title>ktyl ~ about</title>
|
||||
|
||||
<div class="sidebar">
|
||||
#include titlestart.html
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include header.html
|
||||
|
||||
<body>
|
||||
<title>ktyl ~ blog</title>
|
||||
|
||||
<div class="sidebar">
|
||||
#include titlestart.html
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include header.html
|
||||
|
||||
<body>
|
||||
<title>ktyl ~ contact</title>
|
||||
|
||||
<div class="sidebar">
|
||||
#include titlestart.html
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include header.html
|
||||
|
||||
<body>
|
||||
<title>ktyl ~ gallery</title>
|
||||
|
||||
<div class="sidebar">
|
||||
#include titlestart.html
|
||||
|
|
Loading…
Reference in New Issue