Merge branch 'master' of github.com:c3e/site
This commit is contained in:
commit
3f61bd99b8
@ -5,7 +5,7 @@ description: >
|
|||||||
Wir sind der örtliche Erfa-Kreis des Chaos Computer Clubs in Essen. Unsere Gesprächsthemen und Projekte reichen von Soft- und Hardware zu Datenschutz und Netzpolitik.
|
Wir sind der örtliche Erfa-Kreis des Chaos Computer Clubs in Essen. Unsere Gesprächsthemen und Projekte reichen von Soft- und Hardware zu Datenschutz und Netzpolitik.
|
||||||
Alle Interessierten sind herzlich zu unserem Treff eingeladen.
|
Alle Interessierten sind herzlich zu unserem Treff eingeladen.
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
url: "http://dohms.chaospott.de"
|
url: "http://blog.chaospott.de"
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
permalink: /:year/:month/:day/:title
|
permalink: /:year/:month/:day/:title
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<script>
|
<script>
|
||||||
$.getJSON("js/status.json").done(function(data) {
|
$.getJSON("http://status.chaospott.de/status.json").done(function(data) {
|
||||||
if(data.state.open) {
|
if(data.state.open) {
|
||||||
document.getElementById('status_open').style.display='block';
|
document.getElementById('status_open').style.display='block';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user