|
@@ -287,7 +287,7 @@
|
|
|
{% endblock %}
|
|
{% endblock %}
|
|
|
|
|
|
|
|
<br />
|
|
<br />
|
|
|
- <h5 class="mediumkur">Mehr über das Projekt</h5>
|
|
|
|
|
|
|
+ <h5 class="mediumkur">Siehe auch</h5>
|
|
|
<p>Posts tagged {{ object.name|slugify }}</p>
|
|
<p>Posts tagged {{ object.name|slugify }}</p>
|
|
|
<br />
|
|
<br />
|
|
|
<ul class="" id="blog-posts-container" >
|
|
<ul class="" id="blog-posts-container" >
|
|
@@ -423,10 +423,11 @@
|
|
|
requests.push(axios.get(url));
|
|
requests.push(axios.get(url));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (postsTag.value.length) {
|
|
|
|
|
- url = "https://blog.gemeinschaffen.com/wp-json/wp/v2/posts?tags=" + postsTag.value[0].id
|
|
|
|
|
- requests.push(axios.get(url));
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // general tag as gemeinschaffen deactivated.
|
|
|
|
|
+ // if (postsTag.value.length) {
|
|
|
|
|
+ // url = "https://blog.gemeinschaffen.com/wp-json/wp/v2/posts?tags=" + postsTag.value[0].id
|
|
|
|
|
+ // requests.push(axios.get(url));
|
|
|
|
|
+ // }
|
|
|
|
|
|
|
|
axios.all(requests).then(axios.spread(function(...responses) {
|
|
axios.all(requests).then(axios.spread(function(...responses) {
|
|
|
rpost = []
|
|
rpost = []
|
|
@@ -439,7 +440,6 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
}));
|
|
}));
|
|
|
|
|
|
|
|
|
|
|