mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
split up style.css
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="stylesheet" href="{% static 'main/css/style.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'main/css/fonts.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'main/css/base.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'main/css/topic.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'main/css/category.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'main/highlight/styles/atom-one-dark.min.css' %}">
|
||||
|
||||
{% if title %}
|
||||
@@ -31,7 +34,6 @@
|
||||
<main>
|
||||
<div id="main-content">
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "main/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
<div id="main-headline">
|
||||
<div id="main-headline-container">
|
||||
<h2>{{ category_obj.display_name }}</h2>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user