This website requires JavaScript.
Explore
Help
Sign In
alvierahman90
/
gronk
Watch
1
Star
0
Fork
0
You've already forked gronk
mirror of
https://github.com/alvierahman90/gronk.git
synced
2024-11-22 15:29:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
70d92e6d04
gronk
/
templates
/
listitem.html
8 lines
95 B
HTML
Raw
Normal View
History
Unescape
Escape
show filepath when file has no title
2021-05-01 10:30:58 +00:00
<
li
>
<
a
href
=
"$filepath$"
>
$if(title)$
$title$
$else$
no title ($filepath$)
$endif$
<
/
a
>
<
/
li
>
Reference in New Issue
Copy Permalink