#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h1,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h2,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h3,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h4,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h5,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h6 {
text-align: center;
padding: 10px;
margin: 5px 0;
background-color: transparent;
color: #508d24;
}
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-bg-color-1 h1,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-bg-color-1 h2,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-bg-color-1 h3,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-bg-color-1 h4,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-bg-color-1 h5,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-bg-color-1 h6 {
background-color: #fff;
}
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-font-family-1 h1,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-font-family-1 h2,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-font-family-1 h3,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-font-family-1 h4,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-font-family-1 h5,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines.use-font-family-1 h6 {
font-family: “” !important;
}
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h1 .paragraph,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h2 .paragraph,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h3 .paragraph,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h4 .paragraph,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h5 .paragraph,
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines h6 .paragraph {
margin: 0;
padding: 0;
}
#element-df2f52e0-c015-4d14-bc7a-40094cc5252a .seoheadlines a {
text-decoration: none;
color: #508d24;
font-family: “” !important;
}
Vegan aardbeientaart
function setupElement463908838718890099() {
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”:”Vegan aardbeientaart”,”linkURL”:”https://www.organichappiness.nl/blog/vegan-aardbeientaart”,”headlineAlignment”:”center”,”fontFamily”:””,”customFontSize”:14,”headlineColor”:”#508d24″,”headlineBgColor”:”#fff”,”borderThickness”:0,”borderStyle”:”none”,”borderColor”:”#fff”,”borderRadius”:0});
_Element.prototype.settings.page_element_id = “463908838718890099”;
_Element.prototype.element_id = “df2f52e0-c015-4d14-bc7a-40094cc5252a”;
_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-df2f52e0-c015-4d14-bc7a-40094cc5252a’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement463908838718890099();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement463908838718890099, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement463908838718890099();
}
});
}
De taart is niet echt makkelijk in te vriezen en daarom besloot ik mijn collega’s ermee te verblijden. De dag nadat ik de taart had gebakken, nam ik hem mee naar mijn werk. Binnen een halve dag was de hele taart op. Mijn collega’s (die zeker niet allemaal gewend zijn om gezond te eten) waren echt super enthousiast! Ik deel snel het recept met je en ben benieuwd of jij ook zo enthousiast bent over deze vegan taart.
Baktijd: 30 minuten
Aantal: 1 taart
Bijzondere benodigdheden
- Blender
- Taartvorm
Hoe maak je het?
Verwarm de oven voor op 180 graden. Doe de kokosolie in een pannetje en zet op laag vuur. Laat de kokosolie zo langzaam smelten, zorg ervoor dat het niet kookt. Ondertussen dat de kokosolie smelt, kun je met de bodem van de taart beginnen. Doe het amandelmeel met het bakpoeder en de agavesiroop in de blender. Blender een paar minuten totdat er een mooi glad deeg ontstaat. Verdeel het deeg vervolgens over de taartvorm en zorg dat het overal even dik is. |
Bak de bodem in 30 minuten goudbruin en gaar. Ondertussen kun je de dadelcrème maken. Doe de dadels met het hete water in de blender. Dit voorkomt dat de dadels aan elkaar of aan de messen van de blender gaan plakken. Voeg hier vervolgens de pistachenoten en de appelstroop aan toe. Blender dit geheel vervolgens totdat je een gladde crème krijgt. Wacht vervolgens even totdat de bodem van de taart gaar is. Als je de crème te dik vindt, kun je nog wat extra water toevoegen.
|
Als de bodem gaar is, kun je die besmeren met de dadel/pistache crème. Verdeel het mengsel goed over de hele bodem van de taart en zorg ook hier weer dat het overal even dik is.
Tot slot kun je de taart beleggen met plakjes aardbeien. Hiervoor kun je zoveel aardbeien gebruiken als je wilt. Zelf heb ik de taart aardig vol gelegd en dat geeft zo’n lekker smaak aan de taart! |
Volg je Organic Happiness al op Social Media?
#element-4360e594-6d80-40ba-9e69-aafbd6539023 .wgtc-widget-frame {
width: 100%;
}
#element-4360e594-6d80-40ba-9e69-aafbd6539023 .wgtc-widget-frame iframe {
width: 100%;
height: 100%;
border-collapse: collapse;
border: 0 none;
}
function setupElement804654205182431409() {
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”:”4360e594-6d80-40ba-9e69-aafbd6539023″,”height”:62,”autoscale”:false});
_Element.prototype.settings.page_element_id = “804654205182431409”;
_Element.prototype.element_id = “4360e594-6d80-40ba-9e69-aafbd6539023”;
_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-4360e594-6d80-40ba-9e69-aafbd6539023’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement804654205182431409();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement804654205182431409, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement804654205182431409();
}
});
}