diff --git a/_sass/main.scss b/_sass/main.scss index 6e34392..3865d38 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -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; } } \ No newline at end of file diff --git a/index.md b/index.md index b818db6..38303ce 100644 --- a/index.md +++ b/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 +

articles[atom feed]

-{% for post in site.posts %} -
  • - [{{ post.date | date: "%d/%m/%Y" }}] {{ post.title }} -
  • +{% for post in site.posts %}- [{{ post.date | date: "%d/%m/%Y" }}] [{{ post.title }}]({{ post.url }}) {% endfor %}