Skip to content

Commit

Permalink
Merge pull request #12 from stuartmaxwell/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmaxwell authored Apr 26, 2024
2 parents 96d91ac + a9ddf15 commit d3c1c26
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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">
Expand Down
7 changes: 6 additions & 1 deletion templates/snippets/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<a class="navbar-brand" href="{% url 'djpress:home' %}">stuartm.nz</a>
{% comment %} Right-aligned link to the RSS feed {% endcomment %}

<a class="nav-link" href="{% url 'djpress:rss_feed' %}">RSS</a>
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link icon-link" href="{% url 'djpress:rss_feed' %}">
{% include "svg/rss-fill.svg" %} RSS</a>
</li>
</ul>
</div>
</nav>
3 changes: 3 additions & 0 deletions templates/svg/rss-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions templates/svg/rss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3c1c26

Please sign in to comment.