Skip to content

Commit b982c41

Browse files
authored
Update publish-data-on-your-website
1 parent 7ac2975 commit b982c41

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,22 +1 @@
1-
{%- do pageData.update({
2-
'pageTitle': 'Publish data on your website'
3-
}) %}
4-
{% set templateName = 'dl-info/guidance/publish-data-on-your-website.html' %}
5-
{% extends "layouts/layout--guidance.html" %}
6-
{%- from "components/back-button/macro.jinja" import dlBackButton %}
71

8-
{% block breadcrumbs%}
9-
{{ dlBackButton({
10-
"parentHref": '/guidance/'
11-
})}}
12-
{% endblock %}
13-
14-
{% block content_primary %}
15-
16-
{% set markdown_content %}
17-
{%- include pageData.root_url + "publish-data-on-your-website.md" with context -%}
18-
{% endset %}
19-
20-
{{ markdown_content | render_markdown(govAttributes=True) }}
21-
22-
{% endblock %}

0 commit comments

Comments
 (0)