Update
Former-commit-id: 363a5eddb3949e1172f9f5f27cf06c869c244e76
This commit is contained in:
parent
c43923f1b2
commit
defa91d0a8
5 changed files with 22 additions and 3 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "assets/images/logo"]
|
||||
path = assets/images/logo
|
||||
url = git@git.see-base.de:l3d/c3woc-logo.git
|
1
assets/images/logo
Submodule
1
assets/images/logo
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3e1e61b343e0082b3812dcc5b050b189dd9648fa
|
|
@ -1,4 +1,4 @@
|
|||
title: Hello Website
|
||||
title: Webseite ist da
|
||||
---
|
||||
pub_date: 2018-02-24
|
||||
---
|
||||
|
@ -6,4 +6,6 @@ author: L3D
|
|||
---
|
||||
body:
|
||||
|
||||
This is an example blog post. Not much here but that's not the point :)
|
||||
Das c3woc hat nun endlich eine Webseite \o/
|
||||
|
||||
Mehr dazu auf [git.see-base.de](https://git.see-base.de/l3d/c3woc).
|
||||
|
|
13
content/blog/logo/contents.lr
Normal file
13
content/blog/logo/contents.lr
Normal file
|
@ -0,0 +1,13 @@
|
|||
title: Logo
|
||||
---
|
||||
author: L3D
|
||||
---
|
||||
body:
|
||||
|
||||
Das C3WOC hat nun endlich auch ein Logo:
|
||||
|
||||
<img src="/images/logo/c3woc.svg"/>
|
||||
|
||||
Natürlich gibts das auch im Netz als SVG im [Git](https://git.see-base.de/l3d/c3woc-logo).
|
||||
---
|
||||
twitter_handle: DO1JLR
|
|
@ -1,7 +1,7 @@
|
|||
{% macro render_blog_post(post, from_index=false) %}
|
||||
<div class="blog-post">
|
||||
{% if from_index %}
|
||||
<h2><a href="{{ post|url }}">{{ post.title }}</a></h2>
|
||||
<h2><a href="{{ post|url }}#Cyber">{{ post.title }}</a></h2>
|
||||
{% else %}
|
||||
<h2>{{ post.title }}</h2>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue