Skip to content

Commit

Permalink
refactor: more SEO-friendly page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Oct 11, 2023
1 parent 716e4bf commit e73d4ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion views/article.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UF OSC | <%= locals.title %></title>
<title>UF Open Source Club | <%= locals.title %></title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.png" />
<link rel="stylesheet" href="/css/common.css" />
<link rel="stylesheet" href="/css/article.css" />
Expand Down
2 changes: 1 addition & 1 deletion views/blog.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon" type="image/x-icon" href="/assets/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UF OSC | Blog</title>
<title>UF Open Source Club | Blog</title>
<link rel="stylesheet" href="./css/common.css" />
<style>
body { background: black; }
Expand Down
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>UF OSC | Home</title>
<title>UF Open Source Club | Home</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down

0 comments on commit e73d4ca

Please sign in to comment.