forked from are0h/TheBadSpace
Turned on Index search
Activated the full text search on the index pages as well as plugging in a tempalte to show location information. Still needs to be styled but it's all wired up. Also cleaned some typos in the About description. One day I'll be able to spell. One day.symfony-version
parent
c5d1ab0266
commit
477d6727f4
@ -0,0 +1,13 @@
|
||||
{% extends "base/frame.twig" %}
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<section role="location">
|
||||
<h1>About
|
||||
{{ options.location.name }}</h1>
|
||||
|
||||
This is a location
|
||||
</section>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue