File tree Expand file tree Collapse file tree 11 files changed +80
-57
lines changed
moooodotfarm-backend/src/ports/http Expand file tree Collapse file tree 11 files changed +80
-57
lines changed Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > {% block title %}moooo.farm{% endblock %}</ title >
7+ < meta property ="og:title " content ="{% block og_title %}moooo.farm{% endblock %} ">
8+ < meta property ="og:description " content ="{% block og_description %}moooooonitoring the cow.txt herd{% endblock %} ">
9+ < meta property ="og:image " content ="https://moooo.farm/{% block og_image %}og-image.png{% endblock %} ">
10+ < meta property ="og:url " content ="https://moooo.farm{% block og_url %}/{% endblock %} ">
11+ < meta property ="og:type " content ="website ">
12+ < meta name ="twitter:card " content ="summary_large_image ">
713 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
814 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
915 < link href ="https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&display=swap " rel ="stylesheet ">
Original file line number Diff line number Diff line change 33{% import "common.html" as common %}
44
55{% block title %}cow vulnerabilities and exposures (cves){% endblock %}
6+ {% block og_title %}cow vulnerabilities and exposures (cves){% endblock %}
7+ {% block og_description %}security incidents affecting the herd{% endblock %}
8+ {% block og_url %}/cves{% endblock %}
9+ {% block og_image %}og-image-cves.png{% endblock %}
610
711{% block extra_styles %}
812 .cve-header {
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
33{% block title %}moooooonitoring the cow.txt herd{% endblock %}
4+ {% block og_title %}moooooonitoring the cow.txt herd{% endblock %}
45
56{% block extra_styles %}
67 .header {
Original file line number Diff line number Diff line change 33{% import "common.html" as common %}
44
55{% block title %}report a new cow{% endblock %}
6+ {% block og_title %}report a new cow{% endblock %}
7+ {% block og_description %}how to get your cow.txt listed on moooo.farm{% endblock %}
8+ {% block og_url %}/new{% endblock %}
9+ {% block og_image %}og-image-new.png{% endblock %}
610
711{% block content %}
812 < main class ="content ">
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
33{% block title %}api documentation{% endblock %}
4+ {% block og_title %}api documentation{% endblock %}
5+ {% block og_description %}api for monitoring the cow.txt herd{% endblock %}
6+ {% block og_url %}/api{% endblock %}
7+ {% block og_image %}og-image-api.png{% endblock %}
48
59{% block extra_styles %}
610 * {
You can’t perform that action at this time.
0 commit comments