Skip to content

Commit

Permalink
initial docs project cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xlotlu committed Jun 14, 2020
1 parent 38d87be commit 333ba16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
4 changes: 0 additions & 4 deletions docs/Website.lektorproject
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ default = yes

[packages]
lektor-webpack-support = 0.3
lektor-disqus-comments = 0.1
lektor-markdown-header-anchors = 0.1
lektor-markdown-highlighter = 0.1
lektor-markdown-admonition = 0.1
lektor-atom = 0.3.1
lektor-tags = 0.3
lektor-slugify = 0.4
7 changes: 0 additions & 7 deletions docs/templates/doc-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ <h4>
{% endfor %}
</div>
{% endif %}

{% if this.allow_comments %}
<div class="comment-box">
<h2>Comments</h2>
{{ render_disqus_comments() }}
</div>
{% endif %}
</div>
</div>
{% endblock %}
24 changes: 0 additions & 24 deletions docs/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,6 @@
<title>{% block title %}Hello{% endblock %} | Lektor Static Content Management System</title>
</head>
<body class="{% block bodyclass %}default{% endblock %}">
<nav class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{ '/'|url }}">Lektor</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
{% for id, item in bag('menu').items() %}
<li{% if this.is_child_of(item.path) %} class="active"{% endif
%}><a href="{{ item.path|url }}">{{ item.label }}</a></li>
{% endfor %}
</ul>
</div>
</div>
</nav>

<div class="body-wrapper">
{% block outerbody %}
<div class="container">
Expand Down

0 comments on commit 333ba16

Please sign in to comment.