Last active
April 9, 2025 14:56
-
-
Save davidensinger/5431869 to your computer and use it in GitHub Desktop.
Adding Open Graph Tags to Jekyll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Line 18:
Jekyll sites can be hosted at a path deeper than the domain root (e.g. GitHub Project Pages are at
<username>.github.io/<projectname>
), which is usually indicated withsite.baseurl
. For maximum generality, I would recommend, for Jekyll 3.3 and later, that this line be changed to:and for earlier versions of Jekyll that don't support the
absolute_url
filter,