I am currently utilizing Hugo and Blogdown to craft a blog following the guidelines outlined here. The title of my blog is specified at the beginning of each post, resembling the example below:
---
title: One Two Three
author: First Last
date: '2019-03-20'
Upon inspecting (via Chrome), I observe that the title appears as
<h1> One Two Three </h1>.
Now, my query is on how I can implement a strikethrough font solely for the word "Two" within the title?