-
Notifications
You must be signed in to change notification settings - Fork 3
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
Meta Tags, OpenGraph and Twitter Cards #223
Comments
I went ahead and made an example implementation of how the static variant would look: #227 |
I also added a PR for the dynamic implementation, that would be necessary for snippet filenames as titles as well as a description: #228 I haven't tested this one yet, but this would be the directed for the implementation |
This was referenced May 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to ponylang/pony-tutorial#546
This could be implemented statically into static/web.html at first, but it would make sense to prospectively make it dynamic by converting it to a template and creating the tags depending on the
Query
params.snippet
,code
, orgist
I know, I'm crazy, but one should be allowed to dream every once in a while 😉
The text was updated successfully, but these errors were encountered: