mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:36:22 +00:00
No es necesario traer los datos desde las plantillas
This commit is contained in:
parent
a306dcaa24
commit
b44e49194b
2 changed files with 0 additions and 12 deletions
1
Gemfile
1
Gemfile
|
@ -44,7 +44,6 @@ gem 'inline_svg'
|
|||
gem 'httparty'
|
||||
gem 'safe_yaml', source: 'https://gems.sutty.nl'
|
||||
gem 'jekyll', '~> 4.2'
|
||||
gem 'jekyll-data', source: 'https://gems.sutty.nl'
|
||||
gem 'jekyll-commonmark'
|
||||
gem 'jekyll-images'
|
||||
gem 'jekyll-include-cache'
|
||||
|
|
|
@ -114,14 +114,3 @@ module PgSearch
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
# JekyllData::Reader del plugin jekyll-data modifica Jekyll::Site#reader
|
||||
# para también leer los datos que vienen en el theme.
|
||||
module JekyllData
|
||||
Reader.class_eval do
|
||||
def read_data
|
||||
super
|
||||
read_theme_data
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue