mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
Removed trailing shashes
This commit is contained in:
parent
2b64d83747
commit
944506d3cf
@ -3,8 +3,8 @@
|
||||
<html lang="en" data-color-mode="dark">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="icon" href="{% static 'main/img/icons/logo.svg' %}"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="{% static 'main/img/icons/logo.svg' %}">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
|
||||
rel="stylesheet">
|
||||
<title>
|
||||
@ -12,19 +12,19 @@
|
||||
</title>
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'main/css/reset.css' %}"/>
|
||||
href="{% static 'main/css/reset.css' %}">
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'main/css/colors.css' %}"/>
|
||||
href="{% static 'main/css/colors.css' %}">
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'main/css/navigation_button.css' %}"/>
|
||||
href="{% static 'main/css/navigation_button.css' %}">
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'main/css/button.css' %}"/>
|
||||
href="{% static 'main/css/button.css' %}">
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'main/css/layout.css' %}"/>
|
||||
href="{% static 'main/css/layout.css' %}">
|
||||
<script src="{% static 'main/js/navigation.js' %}" defer></script>
|
||||
<script src="{% static 'main/js/lightmode.js' %}" defer></script>
|
||||
{% block meta %}{% endblock %}
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
{% block meta %}
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'main/css/index.css' %}"/>
|
||||
href="{% static 'main/css/index.css' %}">
|
||||
<link href="{% static 'fontawesomefree/css/all.min.css' %}"
|
||||
rel="stylesheet"
|
||||
type="text/css">
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
{% block meta %}
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'main/css/lightsaber.css' %}"/>
|
||||
href="{% static 'main/css/lightsaber.css' %}">
|
||||
<script src="{% static 'main/js/lightsaber.js' %}" defer></script>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
{% block meta %}
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'main/css/validation.css' %}"/>
|
||||
href="{% static 'main/css/validation.css' %}">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
|
||||
<script src="{% static 'main/js/validation.js' %}" defer></script>
|
||||
{% endblock %}
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
{% block meta %}
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'main/css/markdown.css' %}"/>
|
||||
href="{% static 'main/css/markdown.css' %}">
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div class="block">
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
{% block meta %}
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'projects/css/projects.css' %}"/>
|
||||
href="{% static 'projects/css/projects.css' %}">
|
||||
<script src="{% static 'projects/js/projects.js' %}" defer></script>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
{% block meta %}
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'main/css/markdown.css' %}"/>
|
||||
href="{% static 'main/css/markdown.css' %}">
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div class="block">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user