mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Removed exclamation points for mattr.
This commit is contained in:
4
Rakefile
4
Rakefile
@@ -148,10 +148,10 @@ namespace :site do
|
||||
puts 'Done.'
|
||||
end
|
||||
|
||||
desc "Move the History.markdown over to the /docs/history directory."
|
||||
desc "Create a nicely formatted history page for the jekyll site based on the repo history."
|
||||
task :history do
|
||||
# First lets go ahead and format the file correctly (mainly bullet points)
|
||||
puts "Generating the History doc!"
|
||||
puts "Generating the History doc"
|
||||
if File.exist?("History.markdown")
|
||||
file_time = File.read("History.markdown")
|
||||
# Replacing the contents of the file for the markdown bullets & issue links
|
||||
|
||||
Reference in New Issue
Block a user