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