agregado prism.js para code highlight

This commit is contained in:
Daniel Cortés
2019-10-16 12:56:20 -03:00
parent e30bb7a059
commit d08318808b
8 changed files with 8969 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Daniel Cortés</title>
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
<link href="{{ asset('css/prism.css') }}" rel="stylesheet">
</head>
<body>
<nav class="menu">
@@ -34,5 +35,6 @@
<script src="{{ asset('js/app.js') }}"></script>
<script src="{{ asset('js/admin.js') }}"></script>
<script src="{{ asset('js/prism.js') }}"></script>
</body>
</html>

View File

@@ -7,6 +7,7 @@
<title>Daniel Cortés</title>
@show
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
<link href="{{ asset('css/prism.css') }}" rel="stylesheet">
</head>
<body>
<nav class="menu">
@@ -40,5 +41,6 @@
</div>
<script src="{{ asset('js/app.js') }}"></script>
<script src="{{ asset('js/prism.js') }}"></script>
</body>
</html>