Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

jekyll 3.2.1 | Error: Liquid syntax error (line 56): Unknown tag 'last_modified_at' #45

Closed
juanpabloaj opened this issue Nov 22, 2016 · 3 comments

Comments

@juanpabloaj
Copy link

When I run

jekyll serve

I get this message

jekyll 3.2.1 | Error:  Liquid syntax error (line 56): Unknown tag 'last_modified_at'

I installed jekyll-last-modified-at with

gem install jekyll-last-modified-at
@zx1986
Copy link

zx1986 commented May 1, 2017

Did you try add gem 'jekyll-last-modified-at' to a Gemfile in the same directory, then bundle ?

source 'https://rubygems.org'

gem 'jekyll'
gem 'jekyll-last-modified-at'

Then:

bundle install
bundle exec jekyll server

@Messjer
Copy link

Messjer commented Aug 20, 2018

I put group: :jekyll_plugins in Gemfile and it works for me.

#Gemfile
gem "jekyll-last-modified-at", group: :jekyll_plugins

@gjtorikian
Copy link
Owner

README has been updated with this info, sorry for the trouble.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants