pothi.love/0122-metadata_file

3 lines
83 B
Plaintext

metadata_file = function(filename)
return filename:gsub('%.md$', '')..'.json'
end