docs: removing html inject for blogs (#427)

This commit is contained in:
Ebony Louis
2024-12-06 10:58:04 -05:00
committed by GitHub
parent cc32f576af
commit b011a8c717
3 changed files with 0 additions and 12 deletions
@@ -2,7 +2,6 @@
draft: false
title: "Screenshot-Driven Development"
description: "AI Agent uses screenshots to assist in styling."
background_image: "https://block.github.io/goose/blog/images/screenshot-driven-development-blog/screenshot-driven-development.png"
date: 2024-11-22
authors:
- rizel
-1
View File
@@ -9,7 +9,6 @@ use_directory_urls: false
# theme
theme:
name: material
custom_dir: overrides
features:
- announce.dismiss
- content.action.edit
-10
View File
@@ -1,10 +0,0 @@
{% block head %}
{{ super() }}
{% if page.meta.description %}
<meta name="description" content="{{ page.meta.description }}">
{% endif %}
{% if page.meta.background_image %}
<meta property="og:image" content="{{ page.meta.background_image }}">
<meta name="twitter:image" content="{{ page.meta.background_image }}">
{% endif %}
{% endblock %}