aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-28 21:54:53 -0800
committerclarkzjw <[email protected]>2023-02-28 22:34:04 -0800
commite0a69eb031316ae145f1c40319bceb8ec520ad44 (patch)
tree6f436581b4c29b61ba4d82e09a7eecdc4f73fb24 /_includes/line.html
parent6a77e4e0494e14fdbe1cb7847d2880132714d568 (diff)
downloadphoto-e0a69eb031316ae145f1c40319bceb8ec520ad44.tar.gz
init project structure
Diffstat (limited to '_includes/line.html')
-rw-r--r--_includes/line.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/line.html b/_includes/line.html
new file mode 100644
index 0000000..86b7116
--- /dev/null
+++ b/_includes/line.html
@@ -0,0 +1,3 @@
1<li class="js-line line" id="L{{ include.i }}">
2 <div>{{ include.content }}</div>
3</li>
Powered by cgit v1.2.3 (git 2.41.0)