isp-theme 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/contact.html +9 -9
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58c76ae0336e8a66cbaa4c7807b61e7928cecb41920ab0aa155078ade8dbc14f
4
- data.tar.gz: ecbb4200d956e7b48aaee8ddd510754e7f223ee2101c86c32a55fbfc9a092d19
3
+ metadata.gz: 350ffdb2cb13bff719f630e24bcd6c503c6702188ab8ddd4a99b756d0a71154e
4
+ data.tar.gz: b4ce78ad44d0b92c50a36c58f616011ddc0fe36e423f0b188d8ae2ad9be2892e
5
5
  SHA512:
6
- metadata.gz: 7ad3ca861dd8aa3672f8d277dda931c49a56cce6835f87827bd3bd69b292bd0341316efead9628c71d5eb87ca2b7b9e32cef44e11b344bb6313192c2c028135f
7
- data.tar.gz: ab58a1979122263b5af4691ea56fa93f26337618380afefee3217de36a0cba207528be01acb4d0818ed6a83b5a3e58f1af69ba2d03afa31423fcb6f375796a34
6
+ metadata.gz: f3d8ab3b6ec1436450ab4206e4db48a21e91bdadc5fb232b464ca42324726666c500c3661f5d6226ea9bb2cb7a3dbe2558c75bef25e368cc0e380b3599a7282c
7
+ data.tar.gz: 2131e9f5adb061f96579ff115970ad003940d063da74380bba6f46de97c908c5d8d08030e6c457b0c85dea3e49e4a58a73716585252daf455cadfba6cf333352
@@ -1,17 +1,17 @@
1
1
  <aside class="contact">
2
2
  <a href="{{site.contact.institutelogo.url}}">
3
- <img class="institutelogo" src="{{site.contact.institutelogo.path | absolute_url }}" >
3
+ <img class="institutelogo" src="{{site.contact_institutelogo.path | absolute_url }}" >
4
4
  </a>
5
5
  <h1> Kontakt</h1>
6
- <p class="colored"><b>{{site.contact.header}}</b></p>
7
- <p>{{ site.contact.person }}</p>
8
- <p>{{ site.contact.room }}<br>
9
- {{ site.contact.street }}<br>
10
- {{ site.contact.postal_code }} {{ site.contact.city }}</p>
6
+ <p class="colored"><b>{{site.contact_header}}</b></p>
7
+ <p>{{ site.contact_person }}</p>
8
+ <p>{{ site.contact_room }}<br>
9
+ {{ site.contact_street }}<br>
10
+ {{ site.contact_postal_code }} {{ site.contact_city }}</p>
11
11
  <p>Technische Universität Darmstadt</p>
12
- <i class="fa fa-phone" aria-hidden="true"></i>{{ site.contact.phone }}<br>
13
- <i class="fa fa-envelope-o" aria-hidden="true"></i> <u>{{ site.contact.email }}</u>
14
- {% for logo in site.contact.logos %}
12
+ <i class="fa fa-phone" aria-hidden="true"></i>{{ site.contact_phone }}<br>
13
+ <i class="fa fa-envelope-o" aria-hidden="true"></i> <u>{{ site.contact_email }}</u>
14
+ {% for logo in site.contact_logos %}
15
15
  <h1>{{logo.title}}</h1>
16
16
  <a href="{{logo.url}}">
17
17
  <img class="institutelogo" src="{{ logo.path | absolute_url }}" >
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isp-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heiko Carrasco
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-17 00:00:00.000000000 Z
11
+ date: 2019-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll