Mass-replace blurb with seo:description in frontmatter

This commit is contained in:
mDuo13
2024-01-24 14:33:38 -08:00
parent a92c76d352
commit cf100679c5
769 changed files with 1546 additions and 769 deletions

View File

@@ -4,7 +4,8 @@ parent: javascript.html
targets:
- en
- ja # TODO: translate this page
blurb: Build a graphical browser wallet for the XRPL using Javascript.
seo:
description: Build a graphical browser wallet for the XRPL using Javascript.
---
# Build a Browser Wallet in JavaScript
<!-- STYLE_OVERRIDE: wallet -->

View File

@@ -1,7 +1,8 @@
---
parent: javascript.html
html: build-a-desktop-wallet-in-javascript.html
blurb: Build a graphical desktop wallet for the XRPL using JavaScript.
seo:
description: Build a graphical desktop wallet for the XRPL using JavaScript.
---
# Build a Desktop Wallet in JavaScript
<!-- STYLE_OVERRIDE: wallet -->

View File

@@ -1,7 +1,8 @@
---
html: build-a-desktop-wallet-in-python.html
parent: python.html
blurb: Build a graphical desktop wallet for the XRPL in Python.
seo:
description: Build a graphical desktop wallet for the XRPL in Python.
---
# Build a Desktop Wallet in Python
<!-- STYLE_OVERRIDE: wallet -->