Skip to content

Commit

Permalink
Update master to output generated at 84cd9d1
Browse files Browse the repository at this point in the history
  • Loading branch information
abenevaut committed Oct 25, 2022
1 parent daea72d commit e176c5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abenevaut/www",
"type": "project",
"description": "Gamepro template for laravel-one.",
"description": "GamePro Theme TailwindCss, extended for abenevaut",
"keywords": ["gamepro", "laravel-one"],
"license": "proprietary",
"require": {
Expand Down
1 change: 1 addition & 0 deletions theme/404.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex, ">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not Found</title>
<link rel="stylesheet" href="assets/theme.min.css">
Expand Down
1 change: 1 addition & 0 deletions theme/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="{{ $language }}">
<head>
<meta charset="UTF-8">
<meta name="robots" content="index, follow">
<title>{{ $seo['title'] }}</title>
<meta name="description" content="{{ $seo['description'] }}">
<meta name="keywords" content="{{ $seo['keywords'] }}">
Expand Down

0 comments on commit e176c5a

Please sign in to comment.