Delete duplicate post
This commit is contained in:
parent
b7e6a93bf9
commit
dce537b50c
1
html/.gitignore
vendored
1
html/.gitignore
vendored
@ -15,4 +15,5 @@ posts/resize-a-qemu-disk-image.html
|
|||||||
posts/set-up-a-gitweb-server.html
|
posts/set-up-a-gitweb-server.html
|
||||||
posts/start-erlangs-dialyzer-with-gui-from-a-docker-container.html
|
posts/start-erlangs-dialyzer-with-gui-from-a-docker-container.html
|
||||||
posts/test-mix-task-file-modify.html
|
posts/test-mix-task-file-modify.html
|
||||||
|
posts/test-nginx-conf-directives.html
|
||||||
pygments.css
|
pygments.css
|
@ -29,7 +29,6 @@ get_files = (path, prefix=path) ->
|
|||||||
files = for file in *files
|
files = for file in *files
|
||||||
file\gsub "^#{escape_patt prefix}/?", ""
|
file\gsub "^#{escape_patt prefix}/?", ""
|
||||||
|
|
||||||
table.sort files
|
|
||||||
files
|
files
|
||||||
|
|
||||||
-- strip file extension from filename
|
-- strip file extension from filename
|
||||||
|
Loading…
x
Reference in New Issue
Block a user