Skip to content

Commit f3ab070

Browse files
committed
fixed layout
1 parent a578505 commit f3ab070

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: code
3+
title: "Online Adaptive CBFs"
4+
date: 2024-10-22
5+
code: https://github.com/tkkim-robot/online_adaptive_cbf
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: code
3+
title: "Online Adaptive CBFs"
4+
date: 2024-10-22
5+
code: https://github.com/tkkim-robot/online_adaptive_cbf
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: code
3+
title: "Online Adaptive CBFs"
4+
date: 2024-10-22
5+
code: https://github.com/tkkim-robot/online_adaptive_cbf
6+
---

layouts/code/list.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ <h1>{{ .Title }}</h1>
44

55
<p class="d-none"> Rendered from layouts/code/list </p>
66

7+
<div class="row row-cols-auto">
78
{{ range .Pages }}
89

9-
<div>
10+
<div class="col py-3">
1011
<a href={{ .RelPermalink }}>
1112
{{ partial "github-repo-card" . }}
1213
</a>
1314
</div>
1415

1516

1617
{{ end }}
17-
18+
</div>
1819

1920
{{ end }}

0 commit comments

Comments
 (0)