File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ < footer class ="site-footer h-card ">
2+ < div class ="wrapper ">
3+ < div class ="footer-col-wrapper ">
4+ < div class ="footer-col footer-col-2 ">
5+ < a href ="https://github.com/HEFTIEProject/zarr-benchmarks "
6+ > < svg class ="svg-icon ">
7+ < use
8+ xlink:href ="{{ '/assets/minima-social-icons.svg#github' | relative_url }} "
9+ > </ use >
10+ </ svg >
11+ < span class ="username "> HEFTIEProject/zarr-benchmarks</ span > </ a
12+ >
13+ </ div >
14+ </ div >
15+ </ div >
16+ </ footer >
Original file line number Diff line number Diff line change 1+ < header class ="site-header " role ="banner ">
2+ < div class ="wrapper ">
3+ {%- assign default_paths = site.pages | map: "path" -%} {%- assign
4+ page_paths = site.header_pages | default: default_paths -%}
5+ </ div >
6+ </ header >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ {%- include head.html -%}
5+
6+ < body >
7+
8+ {%- include header.html -%}
9+
10+ < main class ="page-content " aria-label ="Content ">
11+ < div class ="wrapper ">
12+ {{ content }}
13+ </ div >
14+ </ main >
15+
16+ {%- include footer.html -%}
17+
18+ </ body >
19+
20+ </ html >
Original file line number Diff line number Diff line change 11---
2- # Feel free to add content and custom Front Matter to this file.
3- # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
4-
5- layout : home
2+ layout : default
63---
74
85# Zarr benchmarks
You can’t perform that action at this time.
0 commit comments