atom link, fix typo

This commit is contained in:
Jack Bond-Preston 2022-11-20 15:53:44 +00:00
parent 65bdbf4399
commit 36a1d78ebd
Signed by: jack
GPG Key ID: 010071F1482BA852
2 changed files with 15 additions and 15 deletions

View File

@ -108,15 +108,19 @@ table {
border-spacing: 0;
}
h2 .header-link {
display: none;
h2 {
a.header-link {
display: none;
padding-left: 10px;
font-weight: normal;
font-size: 1.3rem;
img {
height: 1.25rem;
margin-bottom: -4px;
}
}
img {
height: 1.25rem;
margin-bottom: -4px;
a.header-link, a.atom-link {
padding-left: 10px;
font-weight: normal;
font-size: 1.3rem;
}
}

View File

@ -15,18 +15,14 @@ my cv is available for viewing [here](cv.pdf).
i have personal accounts on [github](https://github.com/jackbondpreston) and [gitlab](https://gitlab.com/jackbondpreston)
some of my work at arm on [morello](https://www.arm.com/architecture/cpu/morello) is available on the
d [morello musl gitlab](https://git.morello-project.org/morello/musl-libc/-/commits/morello/master?author=Jack%20Bond-Preston)
some of my work at arm on [morello](https://www.arm.com/architecture/cpu/morello) is available on the [morello musl gitlab](https://git.morello-project.org/morello/musl-libc/-/commits/morello/master?author=Jack%20Bond-Preston)
my [onload](https://www.xilinx.com/products/boards-and-kits/x2-series/onload.html) commits at amd can be found on [the github repo](https://github.com/Xilinx-CNS/onload/commits?author=jbondpre-amd)
## articles
<h2>articles<a href="/feed.xml" class="atom-link">[atom feed]</a></h2>
{% for post in site.posts %}
<li>
[{{ post.date | date: "%d/%m/%Y" }}] <a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% for post in site.posts %}- [{{ post.date | date: "%d/%m/%Y" }}] [{{ post.title }}]({{ post.url }})
{% endfor %}