Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizing template.html #355

Closed
regpaq opened this issue Aug 2, 2019 · 2 comments
Closed

Customizing template.html #355

regpaq opened this issue Aug 2, 2019 · 2 comments

Comments

@regpaq
Copy link

regpaq commented Aug 2, 2019

First, thanks to all for making this awesome plugin.

Simple question: can I customize the template.html file? For example, is it possible to make simple changes like so:

Before
<meta property="og:image" content="{{ seo_tag.image.path }}" />

After
<meta property="og:image" content="{{site.url}}/assets/images/{{ page.image }}" />

Reason I ask is this works perfectly in my local environment and looks correct on github in my _site folder, but the live site (deployed with netlify) is using the before code. Any idea what's causing this?

Thanks in advance

@jekyllbot
Copy link
Contributor

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.

@racerxdl
Copy link

racerxdl commented Jun 5, 2020

Up

@jekyllbot jekyllbot removed the stale label Jun 5, 2020
@jekyll jekyll locked and limited conversation to collaborators Jun 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants