Skip to content

Commit 88eb940

Browse files
committed
Display the abstract for the presentation.
1 parent 0a27845 commit 88eb940

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: _data/meetinglist.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
development boards. The smallest is the TeensyLC [3] with an ARMv6-M
2727
instruction set, 62kb Flash memory and 8kb RAM.
2828
29-
[0] https://github.com/llvm/llvm-project/commit/bb27e4564355
30-
[1] https://echtzeit.dev/ez-clang
31-
[2] https://github.com/root-project/cling
32-
[3] https://www.pjrc.com/teensy/teensyLC.html
29+
[0] [https://github.com/llvm/llvm-project/commit/bb27e4564355](https://github.com/llvm/llvm-project/commit/bb27e4564355)\
30+
[1] [https://echtzeit.dev/ez-clang](https://echtzeit.dev/ez-clang)\
31+
[2] [https://github.com/root-project/cling](https://github.com/root-project/cling)\
32+
[3] [https://www.pjrc.com/teensy/teensyLC.html](https://www.pjrc.com/teensy/teensyLC.html)
3333
- title: Update
3434
speaker: Vassil
3535
- title: Round Table

Diff for: _pages/meetings.md

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ permalink: /meetings/
3030
{% if item.speaker %}
3131
({{item.speaker}})
3232
{% endif %}
33+
{% if item.description %}
34+
<br/> <i>Abstract:</i> <small>{{item.description | markdownify }}</small>
35+
{% endif %}
3336
{% if item.slides %}
3437
<a style="text-decoration:none;" href="{{item.slides}}">Slides</a>
3538
{% endif %}

0 commit comments

Comments
 (0)