#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h1,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h2,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h3,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h4,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h5,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h6 {
text-align: center;
padding: 10px;
margin: 5px 0;
background-color: transparent;
color: #508d24;
}
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-bg-color-1 h1,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-bg-color-1 h2,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-bg-color-1 h3,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-bg-color-1 h4,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-bg-color-1 h5,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-bg-color-1 h6 {
background-color: #fff;
}
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-font-family-1 h1,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-font-family-1 h2,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-font-family-1 h3,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-font-family-1 h4,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-font-family-1 h5,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines.use-font-family-1 h6 {
font-family: “” !important;
}
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h1 .paragraph,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h2 .paragraph,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h3 .paragraph,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h4 .paragraph,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h5 .paragraph,
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines h6 .paragraph {
margin: 0;
padding: 0;
}
#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86 .seoheadlines a {
text-decoration: none;
color: #508d24;
font-family: “” !important;
}
Chocolade pepernoten
function setupElement146897247325770337() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “209976852378389883-1.0.4″;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*
* we normalize the styles on initial load.
*/
(function() {
var SEOHeadlines = PlatformElement.extend({
initialize: function() {
// we normalize the styles on initial load.
$(document).ready(function() {
this.fixStyles();
}.bind(this));
this.fixStyles();
},
/**
* Lots of styles are applied by default to editable areas of
* the editor. To make the element looks how you want, some styles
* need to be overwritten.
*/
fixStyles: function() {
this.$(‘.editable-text’).each(function(index, value) {
$(value).attr(‘style’, ”);
});
this.$(‘.element’).each(function(index, value) {
$(value).attr(‘style’, ”);
});
}
});
return SEOHeadlines;
})();;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“customFontSize_each”:[{“customFontSize_index”:0},{“customFontSize_index”:1},{“customFontSize_index”:2},{“customFontSize_index”:3},{“customFontSize_index”:4},{“customFontSize_index”:5},{“customFontSize_index”:6},{“customFontSize_index”:7},{“customFontSize_index”:8},{“customFontSize_index”:9},{“customFontSize_index”:10},{“customFontSize_index”:11},{“customFontSize_index”:12},{“customFontSize_index”:13}],”useBgColor”:true,”useFontFamily”:false,”useFontSize”:false,”useLink”:false,”selectHeadline”:”h1″,”headingText”:”Chocolade pepernoten”,”linkURL”:”https://www.organichappiness.nl/blog/sinterklaas-recept-chocolade-pepernoten”,”headlineAlignment”:”center”,”fontFamily”:””,”customFontSize”:14,”headlineColor”:”#508d24″,”headlineBgColor”:”#fff”,”borderThickness”:0,”borderStyle”:”none”,”borderColor”:”#fff”,”borderRadius”:0});
_Element.prototype.settings.page_element_id = “146897247325770337”;
_Element.prototype.element_id = “dcb097ea-d944-4efc-a0c9-3bfcf9c50d86”;
_Element.prototype.user_id = “94741176”;
_Element.prototype.site_id = “583927102394162462”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/elements/209976852378389883-1.0.4/assets/”;
new _Element({
el: ‘#element-dcb097ea-d944-4efc-a0c9-3bfcf9c50d86’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement146897247325770337();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement146897247325770337, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement146897247325770337();
}
});
}
Mijn guilty pleasure in deze tijd zijn toch wel die chocolade kruidnootjes. Ik ben daar zo dol op! Ik kon vroeger zo’n hele zak leeg eten op een middag. Maar inmiddels weet ik wel dat dat niet zo goed voor je is haha. Ik ging daarom op onderzoek uit en probeerde vanalles om tot net zulke lekkere chocolade pepernoten te komen. Maar dan natuurlijk gezond. Ik heb wel het één en ander moeten proberen, maar uiteindelijk is het gelukt om deze vegan chocolade kruidnootjes te maken.
Baktijd: 20 minuten
Aantal: Ongeveer 450 gram
Bijzondere benodigdheden:
- 2 bakplaten
- Mixer
- 2 pannen
- Bakpapier
Hoe maak je het?
Verwarm de oven voor op 160 graden. Doe de kokosolie in een pannetje en zet op laag vuur. Laat de kokosolie zo langzaam smelten en zorg ervoor dat het niet gaat koken. Doe ondertussen het speltmeel, amandelmeel, de baking soda en de speculaaskruiden in een mengkom. Meng goed door elkaar. Als de kokosolie gesmolten is, kun je deze aan de kom toevoegen samen met de agavesiroop en de plantaardige melk. Mix het geheel vervolgens met een mixer tot een glad deeg. |
Als je vervolgens een glad deeg hebt gekregen, kun je kleine balletjes gaan rollen. Maak ze ongeveer zo groot als een knikker. Druk een klein beetje plat en leg op een bakpapiertje op de bakplaat. Je kunt ongeveer 1,5 bakplaat vullen.
Bak de pepernoten 20 minuten in de voorverwarmde oven en laat ze daarna even goed afkoelen. Zet een pannetje met water op het vuur en laat warm worden. Zet in deze pan een wat kleinere pan waarin je de chocolade doet. Zo kun je de chocolade au bain marie laten smelten |
Als de chocolade helemaal is gesmolten, kun je het vuur heel laag zetten, maar zet het niet uit. Haal de pepernoten één voor één met een lepel of een tang door de chocolade en zorg dat ze aan beide kanten bedekt zijn.
Leg ze vervolgens terug op het bakpapiertje en leg die op een bord of een schaal. Leg in de koelkast om de chocolade wat uit te laten harden. Ga net zolang door tot alle chocolade op is. Laat de chocolade op de pepernoten vervolgens ongeveer een uurtje uitharden. |
Volg je Organic Happiness al op Social Media?
#element-bd7ab08f-437b-482d-adfe-1285d6d02a4b .wgtc-widget-frame {
width: 100%;
}
#element-bd7ab08f-437b-482d-adfe-1285d6d02a4b .wgtc-widget-frame iframe {
width: 100%;
height: 100%;
border-collapse: collapse;
border: 0 none;
}
function setupElement623903453929785408() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “772053444736081596-1.0.1”;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* @type {PlatformElement}
*/
(function(){
var WgtcElement = PlatformElement.extend({});
(function(w, d, t, i) {
w.widgeticOptions = {domain: ‘widgetic.com’};
if(w.Widgetic || d.getElementById(i)) return;
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.id=i; g.src = ‘https://widgetic.com/wbl/js/sdk.js’;
s.parentNode.insertBefore(g, s);
}(window, document, ‘script’, ‘wgtc-c-sdk’));
return WgtcElement;
})();;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“height_each”:[{“height_index”:0},{“height_index”:1},{“height_index”:2},{“height_index”:3},{“height_index”:4},{“height_index”:5},{“height_index”:6},{“height_index”:7},{“height_index”:8},{“height_index”:9},{“height_index”:10},{“height_index”:11},{“height_index”:12},{“height_index”:13},{“height_index”:14},{“height_index”:15},{“height_index”:16},{“height_index”:17},{“height_index”:18},{“height_index”:19},{“height_index”:20},{“height_index”:21},{“height_index”:22},{“height_index”:23},{“height_index”:24},{“height_index”:25},{“height_index”:26},{“height_index”:27},{“height_index”:28},{“height_index”:29},{“height_index”:30},{“height_index”:31},{“height_index”:32},{“height_index”:33},{“height_index”:34},{“height_index”:35},{“height_index”:36},{“height_index”:37},{“height_index”:38},{“height_index”:39},{“height_index”:40},{“height_index”:41},{“height_index”:42},{“height_index”:43},{“height_index”:44},{“height_index”:45},{“height_index”:46},{“height_index”:47},{“height_index”:48},{“height_index”:49},{“height_index”:50},{“height_index”:51},{“height_index”:52},{“height_index”:53},{“height_index”:54},{“height_index”:55},{“height_index”:56},{“height_index”:57},{“height_index”:58},{“height_index”:59},{“height_index”:60},{“height_index”:61}],”widget”:”53f6253e09c7e204038b4567″,”eid”:”bd7ab08f-437b-482d-adfe-1285d6d02a4b”,”height”:62,”autoscale”:false});
_Element.prototype.settings.page_element_id = “623903453929785408”;
_Element.prototype.element_id = “bd7ab08f-437b-482d-adfe-1285d6d02a4b”;
_Element.prototype.user_id = “94741176”;
_Element.prototype.site_id = “583927102394162462”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/elements/772053444736081596-1.0.1/assets/”;
new _Element({
el: ‘#element-bd7ab08f-437b-482d-adfe-1285d6d02a4b’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement623903453929785408();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement623903453929785408, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement623903453929785408();
}
});
}