File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -89,17 +89,6 @@ def permalink
8989 data && data . is_a? ( Hash ) && data [ "permalink" ]
9090 end
9191
92- # Add dependencies for incremental mode
93- def add_dependencies
94- if defined? site . regenerator
95- archive_path = site . in_dest_dir ( relative_path )
96- site . regenerator . add ( archive_path )
97- @posts . each do |post |
98- site . regenerator . add_dependency ( archive_path , post . path )
99- end
100- end
101- end
102-
10392 # Produce a title object suitable for Liquid based on type of archive.
10493 #
10594 # Returns a String (for tag and category archives) and nil for
@@ -127,14 +116,6 @@ def relative_path
127116 path
128117 end
129118
130- def regenerate?
131- if defined? site . regenerator
132- site . regenerator . regenerate? ( self )
133- else
134- true
135- end
136- end
137-
138119 # Returns the object as a debug String.
139120 def inspect
140121 "#<Jekyll:Archive @type=#{ @type } @title=#{ @title } @data=#{ @data . inspect } >"
You can’t perform that action at this time.
0 commit comments