Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 6b11e25

Browse files
FermiousFermious
authored andcommitted
Fix duplicate content rendering in QC Playground
Remove duplicate content rendering statements that caused markdown content to display twice on the playground page
1 parent b5a4f3a commit 6b11e25

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

_layouts/qc-playground.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
<div class="container d-flex flex-column px-xxl-5">
1818
<div class="row flex-grow-1">
1919
<main class="col-12 col-lg-11 col-xl-9 px-md-4">
20-
{% if page.content %}
21-
{% include lang.html %}
22-
{{ page.content }}
23-
{% endif %}
2420

2521
<!-- Q.js Stylesheets -->
2622
<link rel="stylesheet" href="{{ '/assets/css/qjs/Q.css' | relative_url }}">
@@ -236,8 +232,6 @@
236232
}
237233
</style>
238234

239-
{{ content }}
240-
241235
<div class="qc-playground">
242236
<!-- Compact Sample Circuits -->
243237
<div class="sample-circuits-compact">

0 commit comments

Comments
 (0)