diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-09-09 22:28:33 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-09-09 22:28:33 -0400 |
commit | 0213fd2dcd09ca4b1252cdc45415a765a887d679 (patch) | |
tree | 975beafb05ac296d87167e40c724cac0f9a9dc86 /templates/base.html | |
parent | f2bd378e1a8cdfa7d1520b3734a748dd1cd9de25 (diff) | |
download | carpentertutoring-0213fd2dcd09ca4b1252cdc45415a765a887d679.tar.xz carpentertutoring-0213fd2dcd09ca4b1252cdc45415a765a887d679.zip |
feat: teams and blurbs but lots of todos
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 1657ec1..f146a44 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,8 +12,8 @@ </style> <link rel="preconnect" href="https://fonts.gstatic.com" /> <link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Indie+Flower&family=PT+Sans&display=swap" rel="stylesheet" /> - <link rel="stylesheet" href="/static/desktop.css" /> - <link rel="stylesheet" href="/static/widescreen.css" /> + <link rel="stylesheet" href="/desktop.css" /> + <link rel="stylesheet" href="/widescreen.css" /> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="description" content="Tutoring Excellence Online and in Suffolk, VA" /> @@ -50,7 +50,7 @@ </picture> </figure> <p> - © 2019-<?php echo date('Y'); ?> Carpenter Tutoring, LLC. All rights reserved. + © 2019-{{ self::current_year() }} Carpenter Tutoring, LLC. All rights reserved. </p> <p> <a href="https://g.page/carpenter-tutoring?share">Visit me on Google</a> |