We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a483f commit a4df52dCopy full SHA for a4df52d
source/css/style.css
@@ -77,6 +77,10 @@ pre code.php {
77
}
78
79
80
+figure {
81
+ text-align: center;
82
+}
83
+
84
.authors {
85
text-align: center;
86
source/img/onion.png
40.8 KB
source/index.html
@@ -52,12 +52,12 @@ <h2>What is Stack?</h2>
52
<p>
53
Stack is a convention for composing HttpKernelInterface middlewares.
54
</p>
55
-
56
- <!--
57
<figure>
58
- <img src="{{ site.url }}/img/middleware.png" alt="">
+ <img src="{{ site.url }}/img/onion.png" alt="Kernel Onion">
59
</figure>
60
- -->
+ <p>
+ By wrapping your application in decorators you can add new behaviour from the outside.
+ </p>
61
</div>
62
63
<hr>
0 commit comments