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
1 changed files with 6 additions and 4 deletions

View File

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