diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-18 10:44:33 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-18 10:44:33 -0500 |
commit | 686a5b1e94a35cd1e293483638ece0d648c4563f (patch) | |
tree | 592e59dda5e3de12faf1532da826be556350fadd /_layouts/default.html |
Initial commit to new cgit platform
Diffstat (limited to '_layouts/default.html')
-rwxr-xr-x | _layouts/default.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100755 index 0000000..cbff99e --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,13 @@ +--- +layout: compress +--- + +<!DOCTYPE html> +<html lang="en"> + + {% include head.html %} + <style>table{min-width: 300px;}</style> + <body> + {{ content }} + </body> +</html> |