1
0
Fork 0

Fix up more glitches

This commit is contained in:
Sebastian Schulze 2019-11-14 03:39:12 +01:00
parent 3daf156778
commit 124dfea43c
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
4 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
baseurl = "http://localhost:1313/"
baseurl = "https://bascht.com/"
MetaDataFormat = "yaml"
languageCode = "de-de"
defaultContentLanguage = "de"

View File

@ -1,5 +1,5 @@
<a href="{{.Permalink}}">
<h2>{{ partial "social_logo" . }} {{.Title}}</h2>
<h2>{{ partial "social_logo" . }}{{.Title}}</h2>
<small>{{ .Date.Format "January, 02th 2006" }}</small>
</a>

View File

@ -17,7 +17,6 @@
Musikalisch fühle ich mich irgendwo zwischen Hardcore und Jazz zu Hause, spiele Gitarre und ein
KORG nanoKEY (letzteres noch mehr schlecht als recht).
Viel Spaß beim stöbern!
<hr>
<div class="social_bar">
{{ $array := slice "foursquare_checkin" "instagram_image" "twitter_tweet" }}
{{ range $type := $array }}
@ -27,7 +26,6 @@
{{ end }}
</div>
<hr/>
<p class="noborder"><img src="/images/bascht_unterschrift.gif"></p>
</div>
</div>

View File

@ -248,12 +248,10 @@ h2 span.social_logo {
div.social_bar {
clear: both;
padding-left: 3em;
}
div.social_bar > a {
background-color: #FF0000;
float: left;
width: 30%;
height: 200px;
margin-left: 2em
display: inline-block;
}
.tech-notes a {