Skip to content

Commit b813648

Browse files
committed
Remove mentions and links to deleted Twitter account
Not supporting Musk's hate filled cesspit any longer.
1 parent 56fae4a commit b813648

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

_data/core.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ articles-images-base-url: "/assets/images/articles"
6262
gravatar-url: "https://en.gravatar.com/delphidabbler"
6363
gravatar-link-title: "Peter Johnson's Gravatar account"
6464

65-
twitter-url: "https://twitter.com/delphidabbler"
66-
twitter-link-title: "@delphidabbler on Twitter"
67-
6865
github-url: "https://github.com/delphidabbler"
6966
github-link-title: "DelphiDabbler GitHub account"
7067

_includes/footer.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33

44
<div class="pagefoot-links">
55
<div class="row">
6-
<div class="col-xs-4">
6+
<div class="col-xs-6">
77
<p><a href="{{ site.data.core.github-url }}" class="no-external-glyph"aria-label="{{ site.data.core.github-link-title }}"><span class="fa fa-github fa-x-pad-right fa-lg" aria-hidden="true"></span>GitHub</a>
88
</div>
9-
<div class="col-xs-4">
10-
<p><a href="{{ site.data.core.twitter-url }}" class="no-external-glyph" aria-label="{{ site.data.core.twitter-link-title }}"><span class="fa fa-twitter fa-x-pad-right fa-lg" aria-hidden="true"></span>Twitter</a>
11-
</div>
12-
<div class="col-xs-4">
9+
<div class="col-xs-6">
1310
<p><a href="{{ site.data.core.dd-blog-url }}" class="no-external-glyph" aria-label="{{ site.data.core.dd-blog-link-title }}"><span class="fa fa-pencil-square-o fa-x-pad-right fa-lg" aria-hidden="true"></span>Blog</a>
1411
</div>
1512
</div> <!-- /.row -->

about.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ <h1 roll="heading">About</h1>
2626
<li class="list-group-item">
2727
<a href="{{ site.data.core.sourceforge-url }}" aria-label="{{ site.data.core.sourceforge-link-title }}"><span class="fa fa-code fa-lg fa-fw fa-x-pad-right" aria-hidden="true"></span>SourceForge</a>
2828
</li>
29-
<li class="list-group-item">
30-
<a href="{{ site.data.core.twitter-url }}" aria-label="{{ site.data.core.twitter-link-title }}"><span class="fa fa-twitter fa-lg fa-fw fa-x-pad-right" aria-hidden="true"></span>Twitter</a>
31-
</li>
3229
<li class="list-group-item">
3330
<a href="{{ site.data.core.gravatar-url }}" aria-label="{{ site.data.core.gravatar-link-title }}"><span class="fa fa-info-circle fa-lg fa-fw fa-x-pad-right" aria-hidden="true"></span>Gravatar</a>
3431
</li>

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ <h1 roll="heading">Welcome to DelphiDabbler.com</h1>
1010
One hobbyist programmer's dabblings in the world of open source Delphi programming.
1111
</p>
1212
<div class="text-right link-boxes">
13-
<a href="{{ site.data.core.twitter-url }}" aria-label="{{ site.data.core.twitter-link-title }}" class="label label-primary"><span class="fa fa-lg fa-fw fa-twitter" aria-hidden="true"></span></a>
1413
<a href="{{ site.data.core.github-url }}" aria-label="{{ site.data.core.github-link-title }}" class="label label-primary"><span class="fa fa-lg fa-fw fa-github" aria-hidden="true"></span></a>
1514
<a href="{{ site.data.core.dd-blog-url }}" aria-label="{{ site.data.core.dd-blog-link-title }}" class="label label-primary"><span class="fa fa-lg fa-fw fa-pencil-square-o fa-x-pad-right" aria-hidden="true"></span>Blog</a>
1615
</div>

0 commit comments

Comments
 (0)