aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2024-10-27+R53_Maintenance+diy+cars.tmpl.html
blob: 912e142ca56062a08eda49cf82b6f9612f81926f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p>Just came up on the 5k mile mark since my last oil change, so it was time to do it. No filter this time, just oil. I'll get the filter at 10k.</p>
  <figure>
    <img src="/static/media/R53_Maintenance/Mini-r53-front_1000.jpg" alt="Mini Cooper S R53 with hood up getting oil drained in fall scene." width="1000" height="750" />
    <figcaption>Picturesque oil change.</figcaption>
  </figure>
  <p>Luckily I have a slim enough catch pan, so I didn't need to use jacks like I do at home. I do need it up on stands though to fix a couple sensor issues I'm having along with removing the JCW mufflers to get them repaired. I had an unfortunate incident with a concrete slab that tore off an exhaust hanger and bent the pipes. That's the next adventure.</p>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}