atom link, fix typo
This commit is contained in:
parent
65bdbf4399
commit
36a1d78ebd
@ -108,15 +108,19 @@ table {
|
|||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 .header-link {
|
h2 {
|
||||||
|
a.header-link {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
padding-left: 10px;
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 1.3rem;
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
margin-bottom: -4px;
|
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)
|
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
|
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)
|
||||||
d [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)
|
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 %}
|
{% for post in site.posts %}- [{{ post.date | date: "%d/%m/%Y" }}] [{{ post.title }}]({{ post.url }})
|
||||||
<li>
|
|
||||||
[{{ post.date | date: "%d/%m/%Y" }}] <a href="{{ post.url }}">{{ post.title }}</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user