Skip to content

Commit

Permalink
Merge pull request #7 from stuartmaxwell/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell authored Apr 25, 2024
2 parents 081327b + 2263185 commit fb3f268
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions static/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Custom sytles for stuartm.nz */
Empty file added static/css/styles.min.css
Empty file.
3 changes: 3 additions & 0 deletions templates/_base.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{% load static %}

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}stuartm.nz{% endblock %}</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="{% static "css/styles.min.css" %}" rel="stylesheet">
</head>
<body>
{% include "snippets/navbar.html" %}
Expand Down

0 comments on commit fb3f268

Please sign in to comment.