disinclined.org
/
git
/
disinclined.org.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add syntax highlighting to notes
[disinclined.org.git]
/
_includes
/
exhibits.html
1
<div
id='exhibit'
>
2
{% for exhibit in site.data.personal-projects %}
3
<div
class='exhibit' id='{{exhibit.name}}'
>
4
<h1
id='{{exhibit.name}}'
>
5
<a
href='/git/?p={{exhibit.name}}.git'
>
6
{{exhibit.name}}
7
</a>
8
</h1>
9
{{exhibit.description}}
10
</div>
11
{% endfor %}
12
</div>