mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
Better meta
This commit is contained in:
parent
173d912292
commit
731809266c
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<%- include("extra/header", {title: "Main page!" }) %>
|
||||
<%- include("extra/header", { title : thread.title }) %>
|
||||
|
||||
<body>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<%- include("extra/header", {title: "Main page!" }) %>
|
||||
<%- include("extra/header", {title: "Thread list" }) %>
|
||||
|
||||
<body>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<%- include("extra/header", {title: "Main page!" }) %>
|
||||
<%- include("extra/header", {title: member.name }) %>
|
||||
|
||||
<body>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<%- include("extra/header", {title: "Main page!" }) %>
|
||||
<%- include("extra/header", {title: "Edit user!" }) %>
|
||||
|
||||
<body>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<%- include("extra/header", {title: "Main page!" }) %>
|
||||
<%- include("extra/header", {title: "User list!" }) %>
|
||||
|
||||
<body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue