Skip to content

Commit

Permalink
Remove more leftovers from annotateit.org (#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Mar 2, 2024
1 parent f7c2e91 commit 0a533d6
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 36 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Bugfixes
(Issue #3750)
* Fix the new plugin manager not loading plugins if the plugin folder is a symlink (Issue #3741)
* Fix the ``nikola plugin`` command not working (Issue #3736)
* Remove no longer used leftovers of annotations support (Issue #3764)

Other
-----
Expand Down
16 changes: 0 additions & 16 deletions nikola/data/themes/base-jinja/templates/annotation_helper.tmpl

This file was deleted.

16 changes: 0 additions & 16 deletions nikola/data/themes/base/templates/annotation_helper.tmpl

This file was deleted.

1 change: 0 additions & 1 deletion nikola/data/themes/bootblog4-jinja/templates/base.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{# -*- coding: utf-8 -*- #}
{% import 'base_helper.tmpl' as base with context %}
{% import 'annotation_helper.tmpl' as notes with context %}
{{ set_locale(lang) }}
{{ base.html_headstart() }}
{% block extra_head %}
Expand Down
1 change: 0 additions & 1 deletion nikola/data/themes/bootblog4/templates/base.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## -*- coding: utf-8 -*-
<%namespace name="base" file="base_helper.tmpl" import="*" />
<%namespace name="notes" file="annotation_helper.tmpl" import="*" />
${set_locale(lang)}
${base.html_headstart()}
<%block name="extra_head">
Expand Down
1 change: 0 additions & 1 deletion nikola/data/themes/bootstrap4-jinja/templates/base.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{# -*- coding: utf-8 -*- #}
{% import 'base_helper.tmpl' as base with context %}
{% import 'annotation_helper.tmpl' as notes with context %}
{{ set_locale(lang) }}
{{ base.html_headstart() }}
{% block extra_head %}
Expand Down
1 change: 0 additions & 1 deletion nikola/data/themes/bootstrap4/templates/base.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## -*- coding: utf-8 -*-
<%namespace name="base" file="base_helper.tmpl" import="*" />
<%namespace name="notes" file="annotation_helper.tmpl" import="*" />
${set_locale(lang)}
${base.html_headstart()}
<%block name="extra_head">
Expand Down

0 comments on commit 0a533d6

Please sign in to comment.