improve LD config
This commit is contained in:
parent
18232ee276
commit
4aebccbc7b
2 changed files with 76 additions and 13 deletions
|
@ -1,12 +1,17 @@
|
|||
{% extends 'base.html' %}
|
||||
{% load static %}
|
||||
{% load contact_tags %}
|
||||
{% load json_ld_tags %}
|
||||
|
||||
{% block title %}Managed {{ offering.service.name }} on {{ offering.cloud_provider.name }}{% endblock %}
|
||||
|
||||
{% block extra_js %}
|
||||
<script defer src="{% static "js/price-calculator.js" %}"></script>
|
||||
<link rel="stylesheet" type="text/css" href='{% static "css/price-calculator.css" %}'>
|
||||
|
||||
<!-- JSON-LD Structured Data -->
|
||||
{% json_ld_structured_data %}
|
||||
|
||||
<style>
|
||||
/* Subtle styling for the best plan */
|
||||
.card.border-success.border-2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue