Move sculpin-old files to sculpin-old directory
This commit is contained in:
parent
50aa844492
commit
3f85249f3c
447 changed files with 0 additions and 0 deletions
12
sculpin-old/source/_layouts/helpers.html.twig
Normal file
12
sculpin-old/source/_layouts/helpers.html.twig
Normal file
|
@ -0,0 +1,12 @@
|
|||
{% macro talkEventName(event) %}
|
||||
{% if event.url %}
|
||||
<a href="{{ event.url }}">{{ event.name }}</a>
|
||||
{% else %}
|
||||
{{ event.name }}
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
|
||||
{% macro talkEventLocation(event) %}
|
||||
{{ event.location ? 'in ' ~ event.location }}
|
||||
{{ event.remote ? ' (Remote)' }}
|
||||
{% endmacro %}
|
Loading…
Add table
Add a link
Reference in a new issue