Add ledparts4you to page titles
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Feb 2016 18:28:40 +0000 (18:28 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Feb 2016 18:42:04 +0000 (18:42 +0000)
lib/App/Web/Oof.pm
tmpl/continue.html
tmpl/details.html
tmpl/form.html
tmpl/order.html
tmpl/pay.html

index 471c200473e26c09eea31b71d718e71cacf36b01..61c4ecf166cb58d391f590b389673139e11e3f65 100644 (file)
@@ -205,7 +205,7 @@ sub details_app {
        my $title = $db{$$}->select(products => 'title', {product => $id})->list;
        my @pics = <static/fullpics/$id-*>;
        my $slug = make_slug $title;
-       $tree->find('title')->replace_content("Pictures of $title");
+       $tree->find('title')->replace_content("Pictures of $title | ledparts4you");
        $tree->find('h2')->replace_content($title);
        $tree->look_down(rel => 'canonical')->attr(href => "/details/$id/$slug");
        $tree->fid('pictures')->iter3(\@pics, \&details_list_element);
index 374989a284c6adab7e5e3f0ecee9474681131293..7cbbaa9ae92607523650901d86cb1fa14cc34da2 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <meta charset="utf-8">
 <link rel="stylesheet" href="/static/style.css">
-<title>Order details</title>
+<title>Order details | ledparts4you</title>
 
 <h1 id="title">ledparts4you</h1>
 <div id="subtitle">Issues/Questions? Contact us at <a href="mailto:orders@ledparts4you.uk.to">orders@ledparts4you.uk.to</a></div>
index bc91e1552e026d36f2b97a4d0cea3dcaa8ecee64..418fec80920f9222af94ea69faa841234c671d55 100644 (file)
@@ -2,7 +2,7 @@
 <meta charset="utf-8">
 <link rel="stylesheet" href="/static/style.css">
 <link rel="canonical" href="https://example.org">
-<title>Pictures of an item</title>
+<title>Pictures of an item | ledparts4you</title>
 
 <h1 id="title">ledparts4you</h1>
 <div id="subtitle">Issues/Questions? Contact us at <a href="mailto:orders@ledparts4you.uk.to">orders@ledparts4you.uk.to</a></div>
index 268748552a799ec2a81baaabb057ce874fd4d756..b719c2e2ab2dba5b47280bcca98dfa11043403ec 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <meta charset="utf-8">
 <link rel="stylesheet" href="/static/style.css">
-<title>Order form</title>
+<title>Order LED TV parts | ledparts4you</title>
 
 <h1 id="title">ledparts4you</h1>
 <div id="subtitle">Issues/Questions? Contact us at <a href="mailto:orders@ledparts4you.uk.to">orders@ledparts4you.uk.to</a></div>
index 977fbdc534fe283261d72b4c4c318761e76681e2..2830af513a9904a97633e31fac7c255a407f85a8 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <meta charset="utf-8">
 <link rel="stylesheet" href="/static/style.css">
-<title>Order placed</title>
+<title>Order placed | ledparts4you</title>
 
 <h1 id="title">ledparts4you</h1>
 <div id="subtitle">Issues/Questions? Contact us at <a href="mailto:orders@ledparts4you.uk.to">orders@ledparts4you.uk.to</a></div>
index 89850cb685212029fd9bbe9a8d28752bb513eb67..9c1783cb748a61032e7d7936a72d5927bb67a0c7 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <meta charset="utf-8">
 <link rel="stylesheet" href="/static/style.css">
-<title>Card payment information</title>
+<title>Card payment information | ledparts4you</title>
 
 <h1 id="title">ledparts4you</h1>
 <div id="subtitle">Issues/Questions? Contact us at <a href="mailto:orders@ledparts4you.uk.to">orders@ledparts4you.uk.to</a></div>
This page took 0.015076 seconds and 4 git commands to generate.