atom link, fix typo
This commit is contained in:
parent
65bdbf4399
commit
36a1d78ebd
@ -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;
|
||||
}
|
||||
}
|
10
index.md
10
index.md
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user