lib/golink/template/dbase.rb in golink-1.0.3 vs lib/golink/template/dbase.rb in golink-1.0.4

- old
+ new

@@ -1,10 +1,10 @@ module Jekyll module Golink module Theme module Dbase - def create_dbase(dir,filename) + def create_dbase(dir, filename) # Creating the file 'dbase.yml' in the '_data' directory. # This file will be created to store entire configuration on the website screen in question of strings. File.open("#{dir}/#{filename}", 'w') do |file| @@ -59,6 +59,5 @@ end end end end end -