@mgks/docmd 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -115,7 +115,22 @@
115
115
  <%- include('toc', { content, headings, navigationHtml, isActivePage }) %>
116
116
  </div>
117
117
  </div>
118
+
119
+ <!-- Page footer actions -->
120
+ <div class="page-footer-actions">
121
+ <% if (locals.editUrl) { %>
122
+ <a href="<%= editUrl %>" target="_blank" rel="noopener noreferrer" class="edit-link">
123
+ <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-pencil"><path d="M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z"/><path d="m15 5 4 4"/></svg>
124
+ <%= editLinkText %>
125
+ </a>
126
+ <% } %>
127
+
128
+ <% if (locals.lastUpdated) { %>
129
+ <!-- Placeholder for future Last Updated feature -->
130
+ <% } %>
131
+ </div>
118
132
  </main>
133
+
119
134
  <footer class="page-footer">
120
135
  <div class="footer-content">
121
136
  <div class="user-footer">