Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Veebiraamistik
Veera
veera-html
Commits
561457be
Commit
561457be
authored
Nov 29, 2019
by
krister
Browse files
Added footer
parent
2b9c003e
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/views/pages/index.html
View file @
561457be
...
...
@@ -8,5 +8,6 @@
{% include 'partials/components/textfield.html' %}
{% include 'partials/components/dropdown.html' %}
{% include 'partials/components/textarea.html' %}
{% include 'partials/components/tables/simple.html' %}
{% endblock %}
app/views/partials/head.html
View file @
561457be
...
...
@@ -7,7 +7,19 @@
<title>
{{ site.title }}
</title>
<link
href=
"https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"..{{ paths.root + paths.styles }}/scss/main.css"
/>
<link
rel=
"stylesheet"
href=
"..{{ paths.root + paths.styles }}/main.css"
/>
<script
src=
"https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity=
"sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity=
"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin=
"anonymous"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin=
"anonymous"
></script>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity=
"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin=
"anonymous"
>
{%- endblock -%}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment