diff --git a/editions/tw5.com/tiddlers/howtos/How to add a ribbon for GitHub contributions.tid b/editions/tw5.com/tiddlers/howtos/How to add a ribbon for GitHub contributions.tid index 754c51237..5cf725596 100644 --- a/editions/tw5.com/tiddlers/howtos/How to add a ribbon for GitHub contributions.tid +++ b/editions/tw5.com/tiddlers/howtos/How to add a ribbon for GitHub contributions.tid @@ -8,11 +8,9 @@ When you edit a tiddler on http://tiddlywiki.com you will see a small ribbon inv If you are using Node.js, you can replicate this feature for your own TiddlyWiki-based site as follows: # Make sure the following setting is included in the `tiddlywiki.info` file in your WikiFolder: -#>
-	"config": {
+#> 
	"config": {
 		"retain-original-tiddler-path": true
-	}
-
+ }
# Copy the tiddler [[$:/editions/tw5.com/EditTemplate/Sources]] to your wiki # Make the following changes: ## Rename the tiddler to [[$:/ContributionBanner]]