Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Dec 30, 2024
1 parent 0e6446c commit 4775a69
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use leptos_router::{

pub fn shell(options: LeptosOptions) -> impl IntoView {
view! {
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand All @@ -38,10 +38,7 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {

// Facebook
<Meta property="og:type" content="website" />
<Meta
property="og:title"
content="Rust-DD Blog – Tech Insights & Consulting"
/>
<Meta property="og:title" content="Rust-DD Blog – Tech Insights & Consulting" />
<Meta
property="og:site_name"
content="Rust-DD Blog – Tech Insights & Consulting"
Expand All @@ -61,10 +58,7 @@ pub fn shell(options: LeptosOptions) -> impl IntoView {

// Twitter
<Meta name="twitter:card" content="summary_large_image" />
<Meta
name="twitter:title"
content="Rust-DD Blog – Tech Insights & Consulting"
/>
<Meta name="twitter:title" content="Rust-DD Blog – Tech Insights & Consulting" />
<Meta
name="twitter:description"
content="Explore open-source Rust projects, learn innovative techniques, and connect with a passionate community. Get expert Rust development and consulting services."
Expand Down

0 comments on commit 4775a69

Please sign in to comment.