COW Social King commited on
Commit ·
30ee5a8
1
Parent(s): 1899d72
Fix: remove nested pandoc html/head/body + duplicate h1 + inject CSS override
Browse files- index.html +3 -6
index.html
CHANGED
|
@@ -164,8 +164,9 @@
|
|
| 164 |
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
| 165 |
</style>
|
| 166 |
<style>
|
| 167 |
-
/* COW Override:
|
| 168 |
-
body { max-width: 100% !important; margin: 0 !important; padding:
|
|
|
|
| 169 |
</style>
|
| 170 |
</head>
|
| 171 |
<body>
|
|
@@ -173,10 +174,6 @@
|
|
| 173 |
<h1 class="title">Answer Engine Optimization Breakthrough: Content
|
| 174 |
Strategy with Citation Triggers</h1>
|
| 175 |
</header>
|
| 176 |
-
<h1
|
| 177 |
-
id="answer-engine-optimization-breakthrough-content-strategy-with-citation-triggers">Answer
|
| 178 |
-
Engine Optimization Breakthrough: Content Strategy with Citation
|
| 179 |
-
Triggers</h1>
|
| 180 |
<h2 id="key-takeaways">Key Takeaways</h2>
|
| 181 |
<ul>
|
| 182 |
<li>Document type: Strategic ranking guide for GEO content
|
|
|
|
| 164 |
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
| 165 |
</style>
|
| 166 |
<style>
|
| 167 |
+
/* COW Override: pandoc body max-width + horizontal scroll fix */
|
| 168 |
+
body { max-width: 100% !important; margin: 0 auto !important; padding: 24px !important; padding-left: 24px !important; padding-right: 24px !important; }
|
| 169 |
+
pre, code { white-space: pre-wrap !important; word-wrap: break-word !important; overflow-x: auto !important; }
|
| 170 |
</style>
|
| 171 |
</head>
|
| 172 |
<body>
|
|
|
|
| 174 |
<h1 class="title">Answer Engine Optimization Breakthrough: Content
|
| 175 |
Strategy with Citation Triggers</h1>
|
| 176 |
</header>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 177 |
<h2 id="key-takeaways">Key Takeaways</h2>
|
| 178 |
<ul>
|
| 179 |
<li>Document type: Strategic ranking guide for GEO content
|