diff options
| author | Bill <bill@billserver.senders.io> | 2022-11-04 15:28:06 -0400 | 
|---|---|---|
| committer | Bill <bill@billserver.senders.io> | 2022-11-04 15:28:06 -0400 | 
| commit | 5421fe09cc64c2ceae18e074251a5c22be874101 (patch) | |
| tree | 4d1ee3e0fad033692071f7b0d06fc762a8e6de1b /templates/page-header.html | |
| parent | 2ea173ec64afaf0921e3876e095bf53fed2ca545 (diff) | |
Update wishlist from .md source
Diffstat (limited to 'templates/page-header.html')
| -rw-r--r-- | templates/page-header.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page-header.html b/templates/page-header.html index f7bea88..a759b70 100644 --- a/templates/page-header.html +++ b/templates/page-header.html @@ -3,7 +3,7 @@  <head>    <meta charset="utf-8">    <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0"> -  <title>senders.io - {PAGE}</title> +  <title>senders.io - PAGE_TITLE</title>    <link rel='stylesheet' type='text/css' href='/index.css'>    <meta name="viewport" content="width=device-width, initial-scale=1">  </head> @@ -15,4 +15,4 @@        "https://github.com/s3nd3r5">Github</a>      </nav>    </div> -  <div id='body'> +  <div id="body" class="PAGE_CLASS">  |