Skip to content

Commit 1506951

Browse files
committed
Fix og tags, add prefix.
1 parent a875d55 commit 1506951

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_layout.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="/css/writings.css" />
88
<link rel="icon" type="image/png" href="/assets/img/favicon.png" />
99
<% @og.each_pair do |prop, content| %>
10-
<meta property="<%= prop %>" content="<%= content %>" />
10+
<meta property="og:<%= prop %>" content="<%= content %>" />
1111
<% end %>
1212
<!-- Syntax Highlighting: Prism.js -->
1313
<link
-19.9 KB
Loading

writings/2025-08-wubular-1.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<link rel="stylesheet" href="/css/writings.css" />
88
<link rel="icon" type="image/png" href="/assets/img/favicon.png" />
99

10-
<meta property="title" content="Wubular: Rubular’s regex spirit, reborn with Ruby + WebAssembly" />
10+
<meta property="og:title" content="Wubular: Rubular’s regex spirit, reborn with Ruby + WebAssembly" />
1111

12-
<meta property="description" content="Rubular set the standard for regex testing in Ruby. With Ruby 3.2 bringing native WebAssembly support, Wubular takes that idea into the browser — no servers, instant feedback, full privacy. It’s not just a remake, but a glimpse of what Ruby + WASM make possible for future apps." />
12+
<meta property="og:description" content="Rubular set the standard for regex testing in Ruby. With Ruby 3.2 bringing native WebAssembly support, Wubular takes that idea into the browser — no servers, instant feedback, full privacy. It’s not just a remake, but a glimpse of what Ruby + WASM make possible for future apps." />
1313

14-
<meta property="image" content="/assets/img/writings/wubular_og_image.png" />
14+
<meta property="og:image" content="/assets/img/writings/wubular_og_image.png" />
1515

1616
<!-- Syntax Highlighting: Prism.js -->
1717
<link

0 commit comments

Comments
 (0)