Skip to content

Commit

Permalink
remove previously required templating in base template
Browse files Browse the repository at this point in the history
  • Loading branch information
zyllian committed Nov 13, 2024
1 parent 7f09cf2 commit f417798
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions site/templates/base.tera
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="no-referrer">
<link rel="stylesheet" href="/styles/index.css">
<title>{{ title }}</title>
<script type="text/javascript" src="/js/pet-me.js" defer></script>
{{ head | safe }}
{% for script in scripts %}
<script type="text/javascript" src="{{script}}" defer></script>
{% endfor %}
{% for style in styles %}
<link rel="stylesheet" href="/styles/{{style}}">
{% endfor %}
</head>

<body>
Expand Down

0 comments on commit f417798

Please sign in to comment.