Compare commits

..

2 Commits

Author SHA1 Message Date
a2abd41d12
fix atom feed link 2023-02-14 01:21:53 +00:00
27e0151fa1
fix article titles 2023-02-14 01:19:07 +00:00
3 changed files with 9 additions and 1 deletions

View File

@ -24,4 +24,4 @@ some of my work at arm on [morello](https://www.arm.com/architecture/cpu/morello
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)
<h2>articles<a href="/feed.xml" class="atom-link">[atom feed]</a></h2>
<h2>articles<a href="/atom.xml" class="atom-link">[atom feed]</a></h2>

View File

@ -1,5 +1,9 @@
{% extends "base.html" %}
{% block title %}
{{ page.title }}
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/style/article.css">
<link rel="stylesheet" href="/style/sensor-watch.css">

View File

@ -1,5 +1,9 @@
{% extends "base.html" %}
{% block title %}
{{ page.title }}
{% endblock %}
{% block extra_head %}
<link rel="stylesheet" href="/style/article.css">
{% endblock %}