Skip to content

Commit

Permalink
Custom CSS wird inline im head eingebunden
Browse files Browse the repository at this point in the history
  • Loading branch information
fv0 committed Apr 18, 2016
1 parent e0d1e74 commit cd44ab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _partial__head.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
<style>
<?php include 'style.php'; ?>
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down
File renamed without changes.

0 comments on commit cd44ab3

Please sign in to comment.