mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-07 05:05:10 -05:00
Delimeters, delimeters, delimeters.
This commit is contained in:
@@ -140,7 +140,7 @@ module Jekyll
|
||||
|
||||
# The path to the page source file, relative to the site source
|
||||
def relative_path
|
||||
File.join(*[@dir, @name].map(&:to_s).reject(&:empty?)).sub(%r{\A\/}, "")
|
||||
File.join(*[@dir, @name].map(&:to_s).reject(&:empty?)).sub(%r!\A\/!, "")
|
||||
end
|
||||
|
||||
# Obtain destination path.
|
||||
|
||||
Reference in New Issue
Block a user