Skip to content
Snippets Groups Projects
Commit c05d34a7 authored by pabois's avatar pabois
Browse files

fix home

parent 8f8c5ebf
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,14 @@ class Communication::Website::Home < ApplicationRecord
''
end
def to_jekyll
ApplicationController.render(
template: "admin/communication/website/home/jekyll",
layout: false,
assigns: { home: self }
)
end
def github_path_generated
'_pages/index.html'
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment