Compare commits
2 Commits
c3cfdefc0d
...
a2abd41d12
Author | SHA1 | Date | |
---|---|---|---|
a2abd41d12 | |||
27e0151fa1 |
@ -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)
|
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>
|
@ -1,5 +1,9 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block title %}
|
||||||
|
{{ page.title }}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
<link rel="stylesheet" href="/style/article.css">
|
<link rel="stylesheet" href="/style/article.css">
|
||||||
<link rel="stylesheet" href="/style/sensor-watch.css">
|
<link rel="stylesheet" href="/style/sensor-watch.css">
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block title %}
|
||||||
|
{{ page.title }}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
<link rel="stylesheet" href="/style/article.css">
|
<link rel="stylesheet" href="/style/article.css">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user