Skip to content

Commit

Permalink
Changed web-page title
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan3-14 authored Feb 8, 2024
1 parent 825c061 commit d2f128b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: Fix HTML
on:
push:
paths:
- mindmaps/electricity/**
- mindmaps/**

jobs:
Fix-Html:
Expand Down
2 changes: 1 addition & 1 deletion mindmaps/electricity/convert-html.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
body = soup.find("body")

new_title = soup.new_tag("title")
new_title.string = ""
new_title.string = "Electricity"
title = soup.find("title")

style_link = soup.new_tag("link")
Expand Down

0 comments on commit d2f128b

Please sign in to comment.