Skip to content

Commit

Permalink
Merge pull request #26 from maltehuebner/local-assets
Browse files Browse the repository at this point in the history
Local assets
  • Loading branch information
maltehuebner committed Jun 12, 2018
2 parents fe9aeda + 0045cd6 commit e2e0550
Show file tree
Hide file tree
Showing 27 changed files with 24,321 additions and 5 deletions.
9 changes: 4 additions & 5 deletions views/layout.html.twig
Expand Up @@ -7,16 +7,15 @@

<title>{% if pageTitle is defined %}{{ pageTitle }} &mdash; {% endif %}Malte Hübner</title>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="/css/fontawesome/font-awesome-4.7.0.min.css" />
<link rel="stylesheet" href="/css/maltehuebner.css" />
</head>
<body{% if bodyId is defined %} id="{{ bodyId }}"{% endif %}>
{% block bodyContent %}
{% endblock %}
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script src="/js/jquery/jquery-3.3.1.slim.min.js"></script>
<script src="/js/bootstrap/bootstrap.min.js"></script>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
Expand Down

0 comments on commit e2e0550

Please sign in to comment.