Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/layouts/admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head lang="en">
<title id="document-title"><%= content_for(:title) || "Admin - Blueprint" %></title>
<meta name="description" id="meta-description" content="<%= content_for?(:description) ? yield(:description) : "Learn and build cool hardware projects and get funding to make them real! Ends March 31, 2025." %>">
<meta name="description" id="meta-description" content="<%= content_for?(:description) ? yield(:description) : "Learn and build cool hardware projects and get funding to make them real! Ends March 31, 2026." %>">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html>
<head lang="en">
<title id="document-title"><%= content_for(:title) || "Blueprint" %></title>
<meta name="description" id="meta-description" content="<%= content_for?(:description) ? yield(:description) : "Learn and build cool hardware projects and get funding to make them real! Ends March 31, 2025." %>">
<meta name="description" id="meta-description" content="<%= content_for?(:description) ? yield(:description) : "Learn and build cool hardware projects and get funding to make them real! Ends March 31, 2026." %>">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#0e305b">

<meta property="og:title" content="<%= content_for(:title) || "Blueprint" %>">
<meta property="og:description" content="<%= content_for?(:description) ? yield(:description) : "Learn and build cool hardware projects and get funding to make them real! Ends March 31, 2025." %>">
<meta property="og:description" content="<%= content_for?(:description) ? yield(:description) : "Learn and build cool hardware projects and get funding to make them real! Ends March 31, 2026." %>">
<meta property="og:image" content="<%= content_for?(:og_image) ? yield(:og_image) : image_url("og.jpg") %>">
<meta property="og:url" content="<%= request.original_url %>">
<meta property="og:site_name" content="Hack Club Blueprint">
Expand Down
Loading