Skip to content

Commit

Permalink
refactor(twitter): moved the twitter upsell content to post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbbottam committed Oct 23, 2016
1 parent 74986ce commit 7779843
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 2 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

<article class="post-content">
{{ content }}
<hr/>
If you have enjoyed reading this post you can follow me in twitter <a href="https://twitter.com/sarbbottam">@sarbbottam</a> and learn about any new posts.
</article>
{% include anchor.html %}
<div id="disqus_thread"></div>
Expand Down
6 changes: 1 addition & 5 deletions _posts/2016-10-14-tab-order and tabindex.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,4 @@ Visually the `tab order` seems 1, 2, 3, 4, 5. In reality, it is 5, 1, 4, 2, 3, d

Don't alter the natural visual `tab order`

---

If you have enjoyed reading this post you might also like [tab order and tab navigation simulation](/blog/2016/10/16/tab-order-and-tab-navigation-simulation).

You can follow me in twitter [@sarbbottam](https://twitter.com/sarbbottam) and learn about any new posts.
You might also want to take a look at [tab order and tab navigation simulation](/blog/2016/10/16/tab-order-and-tab-navigation-simulation) post.
4 changes: 0 additions & 4 deletions _posts/2016-10-16-tab-order-and-tab-navigation-simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,3 @@ For convenience, I have also embedded the corresponding JavaScript below.
>Do browsers facilitate `tab navigation` in similar fashion?
_I have no idea_ :)

---

If you have enjoyed reading this post you can follow me in twitter [@sarbbottam](https://twitter.com/sarbbottam) and learn about any new posts.
4 changes: 0 additions & 4 deletions _posts/2016-10-22-focus-reset-and-guided-focus-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,3 @@ When the contents gets updated with out a page load, screen reading software has
However utilizing `guided focus management` one can explicitly let the screen reading software read out the updates.

_Guided focus management is higly desired in Single Page Applications._

---

If you have enjoyed reading this post you can follow me in twitter [@sarbbottam](https://twitter.com/sarbbottam) and learn about any new posts.

0 comments on commit 7779843

Please sign in to comment.