Add permalink import
- Fill publish date on post edit page
This commit is contained in:
@@ -97,7 +97,10 @@
|
||||
<div class="col-4">
|
||||
<div class="form-floating">
|
||||
<input type="datetime-local" name="pubOverride" id="pubOverride" class="form-control"
|
||||
placeholder="Override Date">
|
||||
placeholder="Override Date"
|
||||
{%- if model.pub_override -%}
|
||||
value="{{ model.pub_override | date: "yyyy-MM-dd\THH:mm" }}"
|
||||
{%- endif %}>
|
||||
<label for="pubOverride" class="form-label">Published On</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,13 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="generator" content="{{ generator }}">
|
||||
<title>{{ page_title | strip_html }}{% if page_title and page_title != "" %} » {% endif %}{{ web_log.name }}</title>
|
||||
<title>
|
||||
{%- if is_home %}
|
||||
{{ web_log.name }}{% if web_log.subtitle %} | {{ web_log.subtitle.value }}{% endif %}
|
||||
{%- else %}
|
||||
{{ page_title | strip_html }}{% if page_title and page_title != "" %} » {% endif %}{{ web_log.name }}
|
||||
{%- endif %}
|
||||
</title>
|
||||
<link rel="preload" href="https://fonts.googleapis.com/css?family=Quicksand|Oswald" as="style">
|
||||
<link rel="preload" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" as="style">
|
||||
<link rel="preload" href="/themes/{{ web_log.theme_path }}/style.css" as="style">
|
||||
@@ -79,9 +85,9 @@
|
||||
<td class="text-center" style="line-height:1.3em;">
|
||||
2021 Season — <strong>NR</strong><br>
|
||||
<small>
|
||||
(5-5 • 3-4 SEC/3<sup>rd</sup> East)<br><br>
|
||||
Last — L (17-41) vs. <sub>1</sub> Georgia<br>
|
||||
Next — 11/20 vs. South Alabama
|
||||
(7-6 • 4-4 SEC/3<sup>rd</sup> East)<br><br>
|
||||
Last — L* (45-48) vs. Purdue<br>
|
||||
<em>Music City Bowl</em>
|
||||
</small>
|
||||
</td>
|
||||
</tr></tbody></table>
|
||||
@@ -100,9 +106,8 @@
|
||||
<td class="text-center" style="line-height:1.3em;">
|
||||
2021 Season — <strong>NR</strong><br>
|
||||
<small>
|
||||
(3-6 • 2-3 MWC/4<sup>th</sup> Mountain)<br><br>
|
||||
Last — L (17-31) at Wyoming<br>
|
||||
Next — 11/13 vs. Air Force
|
||||
(3-9 • 2-6 MWC/5<sup>th</sup> Mountain)<br><br>
|
||||
Last — L (10-52) at Nevada
|
||||
</small>
|
||||
</td>
|
||||
</tr></tbody></table>
|
||||
|
||||
Reference in New Issue
Block a user