Delete duplicate post

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-25 15:25:08 -07:00
parent b7e6a93bf9
commit dce537b50c
3 changed files with 1 additions and 1 deletions

1
html/.gitignore vendored
View File

@ -15,4 +15,5 @@ posts/resize-a-qemu-disk-image.html
posts/set-up-a-gitweb-server.html
posts/start-erlangs-dialyzer-with-gui-from-a-docker-container.html
posts/test-mix-task-file-modify.html
posts/test-nginx-conf-directives.html
pygments.css

View File

@ -29,7 +29,6 @@ get_files = (path, prefix=path) ->
files = for file in *files
file\gsub "^#{escape_patt prefix}/?", ""
table.sort files
files
-- strip file extension from filename