Blog article titles link to themselves

In order to make it easier to grab the permalink to a blog article,
make the existing anchors links to themselves so that they can be
easily copied without inspecting the page source or DOM.

Change-Id: Icd449a9ae22858744f9842016dfdc119443ff4fb
This commit is contained in:
Jeremy Stanley 2023-07-30 12:15:03 +00:00
parent ca3c180838
commit d1b5bdcc93

View File

@ -66,7 +66,8 @@
<article class="blog"> <article class="blog">
<h2> <h2>
<a id="20220607a">Zuul Celebrates 10th Anniversary</a> <a id="20220607a" href="#20220607a"
>Zuul Celebrates 10th Anniversary</a>
</h2> </h2>
<h4>Authored by Clark Boylan, June 7, 2022</h4> <h4>Authored by Clark Boylan, June 7, 2022</h4>
<p> <p>
@ -182,8 +183,8 @@
</article> </article>
<article class="blog"> <article class="blog">
<h2> <h2>
<a id="20220512a">Meet the Zuul community in Berlin, June 7-9, <a id="20220512a" href="#20220512a"
2022</a> >Meet the Zuul community in Berlin, June 7-9, 2022</a>
</h2> </h2>
<h4>Authored by Sunny Cai, May 12, 2022</h4> <h4>Authored by Sunny Cai, May 12, 2022</h4>
<p> <p>
@ -287,7 +288,8 @@
</article> </article>
<article class="blog"> <article class="blog">
<h2> <h2>
<a id="20200207a">Introducing Zuul for improved CI/CD</a> <a id="20200207a" href="#20200207a"
>Introducing Zuul for improved CI/CD</a>
</h2> </h2>
<h3> <h3>
A quick history of how and why Zuul is replacing Jenkins in CI A quick history of how and why Zuul is replacing Jenkins in CI