aboutsummaryrefslogtreecommitdiff
path: root/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-08-28 09:49:47 -0500
committerAlex Scerba <alex@scerba.org>2024-10-29 13:19:57 -0400
commit027a96c9c8ecd9452a21f0173a15860d03a3f339 (patch)
tree141049f49461352f8ff6cd107404e97c69dd70ac /html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html
parentf348728153f8c9199536a5c18c2f49f77f54aba5 (diff)
Reflect new syntax
Diffstat (limited to 'html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html')
-rw-r--r--html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html b/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html
index 474b320..51dcc2a 100644
--- a/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html
+++ b/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html
@@ -1,11 +1,12 @@
-{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}}
+{{define "title"}}{{.Post.Title}}{{end}}
{{define "description"}}Fixing the turn signal on my 1985 Jeep CJ7.{{end}}
{{define "keywords"}}blog repair cars CJ7{{end}}
+{{ define "canonical" }}/blog{{end}}
{{define "main"}}
<h1>Blog</h1>
<article class="postContent">
- <h2>{{range .Contents}}{{ .Title }}{{end}}</h2>
+ <h2>{{.Post.Title}}</h2>
<p>A while back, I noticed that the passenger side turn signal on my 1985 Jeep CJ7 was out. The right turn signal indicator would stay solid when the headlights were turned on. I pulled the bulb assembly and found this:</p>
<img src="/static/media/Jeep_CJ7_Turn_Signal_Repair/Before.webp" alt="Disassembled turn signal lamp assembly: housing, wire harness, contact that broke off wire, degraded rubber grommet, bulb, and lens cover." />
<p>The wire responsible for turning the bulb “high” was broken from what I assume is fatigue. The rubber meant to support the wire and contact pin was severely degraded and falling apart, exposing the bare wire where it met the pin. This also means the wire could freely flex at the joint, and going over bumbs or just general road vibration could have eventually wore it down. I didn’t see much in the way of corrosion around the wire, so that’s why I assume it was stress related.</p>