From 686a5b1e94a35cd1e293483638ece0d648c4563f Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 18 Jan 2024 10:44:33 -0500 Subject: Initial commit to new cgit platform --- _includes/footer.html | 3 +++ _includes/head.html | 5 +++++ _includes/users.html | 20 ++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 _includes/footer.html create mode 100755 _includes/head.html create mode 100644 _includes/users.html (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..d141e27 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,3 @@ + diff --git a/_includes/head.html b/_includes/head.html new file mode 100755 index 0000000..a0bd356 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,5 @@ + + + + 1kB + diff --git a/_includes/users.html b/_includes/users.html new file mode 100644 index 0000000..95468e8 --- /dev/null +++ b/_includes/users.html @@ -0,0 +1,20 @@ +

Users (Add User) + + + + + + + + + {% for item in users %} + {% if item.size == 0 %} + {% else %} + + + + + {% endif %} + {% endfor %} + +
URLSize in bytes
~{{ item.pageurl }}{{ item.size }}
-- cgit v1.2.3-54-g00ecf