5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-19 19:22:20 +00:00

No es necesario traer los datos desde las plantillas

This commit is contained in:
f 2021-08-28 13:30:04 -03:00
parent a306dcaa24
commit b44e49194b
2 changed files with 0 additions and 12 deletions

View file

@ -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'

View file

@ -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