Skip to content

Commit

Permalink
Merge pull request #16 from stuartmaxwell/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell authored Apr 28, 2024
2 parents b4dd7ba + cb83a12 commit 05cef0c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions static/css/styles.css
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/* Custom sytles for stuartm.nz */
.codehilite {
padding: 1em;
}
1 change: 1 addition & 0 deletions static/css/styles.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.codehilite{padding:1em}
2 changes: 1 addition & 1 deletion templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<title>{% block title %}stuartm.nz{% endblock %}</title>
<link rel="alternate" type="application/rss+xml" title="Latest Posts" href="{% url 'djpress:rss_feed' %}">
<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">
<link href="{% static "css/pygments-github-dark.min.css" %}" rel="stylesheet">
<link href="{% static "css/styles.min.css" %}" rel="stylesheet">
<script async src="https://u.amanzi.nz/script.js" data-website-id="d5f479d8-65fb-4f80-9823-5fe5ca2e17aa"></script>
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion templates/snippets/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<a class="navbar-brand" href="{% url 'djpress:home' %}">stuartm.nz</a>

<ul class="navbar-nav me-auto">
{% comment %} Get categories {% endcomment %}
{% get_categories as categories %}

{% for category in categories %}
Expand Down

0 comments on commit 05cef0c

Please sign in to comment.