Skip to content

Commit

Permalink
GH-68: Frontera: Cleanup "Home" template
Browse files Browse the repository at this point in the history
- Extend local `fullwidth.html` template.
- Overwrite custom assets block.
- Include custom assets via mini-template (added in 640952b).
  • Loading branch information
wesleyboar committed Aug 30, 2021
1 parent 1f313cc commit 8e4464f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontera-cms/templates/home.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{% extends "./fullwidth.html" %}
{% extends "fullwidth.html" %}
{% load cms_tags staticfiles %}

{% block assets_custom %}
<link rel="stylesheet" href="{% static 'frontera-cms/css/build/site.css' %}">
<link rel="stylesheet" href="{% static 'frontera-cms/css/build/site.header.css' %}">
{% include "./assets_custom.html" %}

<style>
/* To simplify calculation of `rem` values */
Expand Down

0 comments on commit 8e4464f

Please sign in to comment.