mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
![]() # Context: USER: add screenshot.png as the meta:image ASSISTANT: To add the screenshot.png as the meta:image, we need to modify the _layouts/default.html file. ```html _layouts/default.html <<<<<<< ORIGINAL {% seo %} ======= {% seo title=false %} <meta property="og:image" content="{{ site.baseurl }}/screenshot.png"> <meta property="twitter:image" content="{{ site.baseurl }}/screenshot.png"> >>>>>>> UPDATED ``` This change will add the screenshot.png as the meta:image for Open Graph and Twitter cards. |
||
---|---|---|
.. | ||
default.html |