mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-23 23:21:48 +00:00
Merge branch 'jekyll-service' into panel.sutty.nl
This commit is contained in:
commit
2ef73df884
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class MetadataFile < MetadataTemplate
|
|||
end
|
||||
|
||||
def relative_destination_path_with_filename
|
||||
destination_path_with_filename.relative_path_from(site.path)
|
||||
destination_path_with_filename.relative_path_from(Pathname.new(site.path).realpath)
|
||||
end
|
||||
|
||||
def static_file_path
|
||||
|
|
Loading…
Reference in a new issue