add page titles
This commit is contained in:
@ -2,7 +2,11 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Porom</title>
|
||||
<% if page_title then %>
|
||||
<title>Porom - <%= page_title %></title>
|
||||
<% else %>
|
||||
<title>Porom</title>
|
||||
<% end %>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user