diff --git a/assets/img/mermaid/026-en.svg b/assets/img/mermaid/026-en.svg
new file mode 100644
index 0000000..2c0bf1e
--- /dev/null
+++ b/assets/img/mermaid/026-en.svg
@@ -0,0 +1,47 @@
+
\ No newline at end of file
diff --git a/en/_posts/2021-10-25-025.md b/en/_posts/2021-10-25-025.md
index 25fc4c9..bd9bf8c 100644
--- a/en/_posts/2021-10-25-025.md
+++ b/en/_posts/2021-10-25-025.md
@@ -25,4 +25,4 @@ nt:
| `branch` | Command to manage branches |
| `-d` | Flag tor deleting the branch locally |
| `name` | Branch name |
-{: .styled-table}
+{: .styled-table}
\ No newline at end of file
diff --git a/en/_posts/2021-10-27-026.md b/en/_posts/2021-10-27-026.md
index 6a0751b..2d6418d 100644
--- a/en/_posts/2021-10-27-026.md
+++ b/en/_posts/2021-10-27-026.md
@@ -1,7 +1,17 @@
---
layout: post
-title: '#026 git branch -D name'
-image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878598/gitfichas/en/026/thumbnail_aean1n.jpg"
+pretitle: Forcing the deletion of a
+title: branch
+subtitle:
+command: git branch -D name
+descriptors:
+ - command: command to manage branches
+ - part1: flag for force deleting the branch locally
+ - part2: branch name
+author: "@jtemporal"
+number: "026"
+mermaid: true
+use_static_image: true
permalink: "/en/026"
translations:
- lang: pt
@@ -11,18 +21,9 @@ translations:
lang: "en"
pv:
url: "/en/025"
- title: "#025 git branch -d nome"
+ title: "#025 git branch -d name"
nt:
url: "/en/027"
title: "#027 git rebase source target"
---
-##### Forcing the deletion of a branch
-
-
-
-| Command | Description |
-|---------|-------------|
-| `branch` | Command to manage branches |
-| `-D` | Flag to force deleting the branch locally |
-| `name` | Branch name |
-{: .styled-table}
+{% include mermaid-graphs.html %}
\ No newline at end of file