diff --git a/assets/js/modules/dom-modifier.js b/assets/js/modules/dom-modifier.js
index 5eaad63..ade3571 100644
--- a/assets/js/modules/dom-modifier.js
+++ b/assets/js/modules/dom-modifier.js
@@ -120,6 +120,10 @@ export default class DomModifier {
$('#news, #newspost').replaceWith('');
+ if (comicDirective.parent().siblings('.small-2').length === 0) {
+ // There's no column after the comic: Insert our own
+ comicDirective.parent().after('
diff --git a/package-lock.json b/package-lock.json
index 542ddca..a1dd67e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "questionable-content-spa",
- "version": "0.6.0",
+ "version": "0.6.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 87da27b..0e4afa7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "questionable-content-spa",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Questionable Content Single-Page Application with Extra Features",
"main": "app.js",
"scripts": {