improve LD config

This commit is contained in:
Tobias Brunner 2025-06-23 13:23:28 +02:00
parent 18232ee276
commit 4aebccbc7b
No known key found for this signature in database
2 changed files with 76 additions and 13 deletions

View file

@ -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 {