Skip to content

Commit 3c802e3

Browse files
committed
github fixes
1 parent 6c3c2db commit 3c802e3

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ description: > # this means to ignore newlines until "baseurl:"
1919
Tipps und Tricks wie du das beste aus deinem Rootserver herausholst.
2020
baseurl: "" # the subpath of your site, e.g. /blog
2121
url: "" # the base hostname & protocol for your site, e.g. http://example.com
22-
twitter_username: jekyllrb
23-
github_username: jekyll
22+
github_username: howto-root
2423

2524
# Build settings
2625
markdown: kramdown

_includes/footer.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
2727
{% include icon-github.html username=site.github_username %}
2828
</li>
2929
{% endif %}
30-
31-
{% if site.twitter_username %}
32-
<li>
33-
{% include icon-twitter.html username=site.twitter_username %}
34-
</li>
35-
{% endif %}
3630
</ul>
3731
</div>
3832

about.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ Viele dieser Fragen versuche ich zu Beantworten. Ich hoffe es klappt einigermaß
1414

1515
# Kann ich hier mitmachen?
1616

17-
Wenn du einen Fehler findest, Verbesserungsvorschläge hast oder irgendwie anders mitmischen willst kannst du gerne auf Github Feedback geben.
18-
19-
https://github.com/howto-root/website
17+
Wenn du einen Fehler findest, Verbesserungsvorschläge hast oder irgendwie anders mitmischen willst kannst du gerne auf [Github-Projektseite](https://github.com/howto-root/website) Feedback geben.
2018

0 commit comments

Comments
 (0)