From f797bb14f7413df2abac6326c6df769004e50aa1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <david@luevano.xyz> Date: Mon, 1 May 2023 09:35:25 -0600 Subject: small bugfix, add toc settings, update example site and delete unnecessary static assets --- pyssg.xyz/plt/base.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'pyssg.xyz/plt/base.html') diff --git a/pyssg.xyz/plt/base.html b/pyssg.xyz/plt/base.html index d5cb77b..5548ec9 100644 --- a/pyssg.xyz/plt/base.html +++ b/pyssg.xyz/plt/base.html @@ -2,20 +2,19 @@ <html class="theme-dark" lang="{%block html_lang%}{%endblock html_lang%}" prefix="og: https://ogp.me/ns#"> <head> - <base href="{{config['url']['static']}}"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="images/icons/favicon.ico"> + <link rel="icon" href="{{config['url']['static']}}/images/icons/favicon.ico"> {%block head_title%}{%endblock head_title%} {%block head_description%}{%endblock head_description%} {%block head_rss%}{%endblock head_rss%} <!-- general style --> - <link rel="stylesheet" type="text/css" href="css/style.css"> - <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css"> + <link rel="stylesheet" type="text/css" href="{{config['url']['static']}}/css/style.css"> + <link rel="stylesheet" type="text/css" href="{{config['url']['static']}}/fork-awesome/css/fork-awesome.min.css"> + <link rel="stylesheet" type="text/css" href="{{config['url']['static']}}/font-awesome/css/all.min.css"> <!-- theme related --> - <script type="text/javascript" src="scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="css/theme.css"> + <script type="text/javascript" src="{{config['url']['static']}}/scripts/theme.js"></script> + <link id="theme-css" rel="stylesheet" type="text/css" href="{{config['url']['static']}}/css/theme.css"> <!-- extra --> {%block head_extra%}{%endblock head_extra%} <!-- og meta --> -- cgit v1.2.3-70-g09d2