Browse Source

css tweaks

master
jk 3 years ago
parent
commit
2dc1d69c1b
  1. 2
      themes/nipponalba/layouts/index.html
  2. 2
      themes/nipponalba/static/css/style.css

2
themes/nipponalba/layouts/index.html

@ -52,8 +52,8 @@
<b><i class="fa fa-book" aria-hidden="true" target="_blank"></i> Reading: <a href="https://www.taylorfrancis.com/books/handbook-brewing-graham-stewart-inge-russell-anne-anstruther/e/10.1201/9781351228336" class="u-url" title="Currently reading: Handbook of Brewing">Handbook of Brewing</a></b> by Graham G. Stewart, Inge Russel and Anne Anstruther.<br/><br/>
<b><i class="fa fa-television" aria-hidden="true"></i> Watching: <a href="https://en.wikipedia.org/wiki/Borgen_(TV_series)" class="u-url" target="_blank" title="now watching: Borgen">Borgen</a></b> a Danish political drama.<br/><br/>
<b><i class="fa fa-gamepad" aria-hidden="true"></i> Playing: <a href="https://www.valheimgame.com/" class="u-url" target="_blank" title="Currently playing: Valheim">Valheim</a></b> a Viking inspired survival game.</section>
<h2>Latest Workout</h2>
<section class="index_exercise">
<h2>Latest Workout</h2>
{{ range first 1 (sort .Site.Data.workouts "date" "desc")}}
<section class="exercise_grid">
<span class="type"><b>Type</b><br/>{{ .type | humanize }}</span>

2
themes/nipponalba/static/css/style.css

@ -1110,7 +1110,7 @@ article img{
max-width: 95%;
}
.exercise_grid .exdate, .exercise_grid .calories{
.index_exercise{
display:none;
}
}

Loading…
Cancel
Save