Heydon Pickering 8 жил өмнө
parent
commit
2de6c8ca54

+ 1 - 1
content/patterns/writing/including-images.md

@@ -46,7 +46,7 @@ The generated markup includes special provisions for assistive technology suppor
     <img src="/images/steve_faulkner.jpg" alt="Steve Faulkner's face">
   </p>
   <figcaption id="U3RldmUgRmF1bGtuZXIg">
-    Steve Faulkner works for The Paciello Group
+    <a href="https://twitter.com/stevefaulkner">Steve Faulkner</a> works for The Paciello Group
   </figcaption>
 </figure>
 ```

+ 1 - 1
docs/patterns/writing/including-images/index.html

@@ -284,7 +284,7 @@
     &lt;img src=&quot;/images/steve_faulkner.jpg&quot; alt=&quot;Steve Faulkner's face&quot;&gt;
   &lt;/p&gt;
   &lt;figcaption id=&quot;U3RldmUgRmF1bGtuZXIg&quot;&gt;
-    Steve Faulkner works for The Paciello Group
+    &lt;a href=&quot;https://twitter.com/stevefaulkner&quot;&gt;Steve Faulkner&lt;/a&gt; works for The Paciello Group
   &lt;/figcaption&gt;
 &lt;/figure&gt;
 </code></pre>