diff options
author | clarkzjw <[email protected]> | 2023-02-28 21:54:53 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-28 22:34:04 -0800 |
commit | e0a69eb031316ae145f1c40319bceb8ec520ad44 (patch) | |
tree | 6f436581b4c29b61ba4d82e09a7eecdc4f73fb24 /_includes | |
parent | 6a77e4e0494e14fdbe1cb7847d2880132714d568 (diff) | |
download | photo-e0a69eb031316ae145f1c40319bceb8ec520ad44.tar.gz |
init project structure
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/line.html | 3 |
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> | ||